libfaim/faim/faimconfig.h

changeset 889
070eb1c6db95
parent 741
95bf17374b84
--- 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__ */
 
 

mercurial