From 805e109be2f52c0ea446511fc33efb3746a3bc18 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 14 May 2009 12:10:06 +0000 Subject: First upload of Cocoa platform from Mike Lischke at Sun. --- cocoa/ScintillaTest/ScintillaTest_Prefix.pch | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cocoa/ScintillaTest/ScintillaTest_Prefix.pch (limited to 'cocoa/ScintillaTest/ScintillaTest_Prefix.pch') diff --git a/cocoa/ScintillaTest/ScintillaTest_Prefix.pch b/cocoa/ScintillaTest/ScintillaTest_Prefix.pch new file mode 100644 index 000000000..6c74b5256 --- /dev/null +++ b/cocoa/ScintillaTest/ScintillaTest_Prefix.pch @@ -0,0 +1,7 @@ +// +// Prefix header for all source files of the 'ScintillaTest' target in the 'ScintillaTest' project +// + +#ifdef __OBJC__ + #import +#endif -- cgit v1.2.3