aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaTest/ScintillaTest_Prefix.pch
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-05-14 12:10:06 +0000
committernyamatongwe <unknown>2009-05-14 12:10:06 +0000
commit805e109be2f52c0ea446511fc33efb3746a3bc18 (patch)
tree3b57cf166d494a0dba47befcea94deba3da0fbda /cocoa/ScintillaTest/ScintillaTest_Prefix.pch
parent8e12be32e9d14363f1e2f0fe6fc305b68a64ceb5 (diff)
downloadscintilla-mirror-805e109be2f52c0ea446511fc33efb3746a3bc18.tar.gz
First upload of Cocoa platform from Mike Lischke at Sun.
Diffstat (limited to 'cocoa/ScintillaTest/ScintillaTest_Prefix.pch')
-rw-r--r--cocoa/ScintillaTest/ScintillaTest_Prefix.pch7
1 files changed, 7 insertions, 0 deletions
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 <Cocoa/Cocoa.h>
+#endif