- port to Cygwin (DLL support, etc.)
[citadel.git] / citadel / tools.c
index 38a4e05974bb3e576e4e70efc37e25a4ddbe0385..28e5c4789c3388e35c46552aab3b6ab67a7fa202 100644 (file)
@@ -5,6 +5,10 @@
  *
  */
 
+#ifdef DLL_EXPORT
+#define IN_LIBCIT
+#endif
+
 #include "sysdep.h"
 #include <stdio.h>
 #include <stdlib.h>