diff libfaim/faim/faimconfig.h @ 889:e1da6a6ec42b

[gaim-migrate @ 899] Oscar works again committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 12 Sep 2000 20:21:36 +0000
parents 58a6e6e26695
children
line wrap: on
line diff
--- a/libfaim/faim/faimconfig.h	Tue Sep 12 17:56:39 2000 +0000
+++ b/libfaim/faim/faimconfig.h	Tue Sep 12 20:21:36 2000 +0000
@@ -103,6 +103,13 @@
  */
 #define FAIM_SNAC_HASH_SIZE 16
 
+/*
+ * If building on Win32,define WIN32_STATIC if you don't want
+ * to compile libfaim as a DLL (and instead link it right into
+ * your app).
+ */
+#define WIN32_STATIC
+
 #endif /* __FAIMCONFIG_H__ */