Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2010-10-15 12:12:56 +0400
committerEion Robb <eion@robbmob.com>2010-10-15 12:12:56 +0400
commitffb35ac8b1fbd37b6cc5167172d86e243c6675d7 (patch)
treeaff9c4eb0fe01ebd550bc453081e5eb26d18ebc2 /SkypePlugin_Prefix.pch
parentc51d4edfe6cccff6c916ad7a9203b282fbb5461f (diff)
Apparently I never commited the code needed to compile the plugin for Adium
Diffstat (limited to 'SkypePlugin_Prefix.pch')
-rw-r--r--SkypePlugin_Prefix.pch7
1 files changed, 7 insertions, 0 deletions
diff --git a/SkypePlugin_Prefix.pch b/SkypePlugin_Prefix.pch
new file mode 100644
index 0000000..765d03d
--- /dev/null
+++ b/SkypePlugin_Prefix.pch
@@ -0,0 +1,7 @@
+//
+// Prefix header for all source files of the 'SkypePlugin' target in the 'SkypePlugin' project.
+//
+
+#ifdef __OBJC__
+ #import <Cocoa/Cocoa.h>
+#endif