- port to Cygwin (DLL support, etc.)
[citadel.git] / citadel / support.c
index e0a098fd427075772dd55daeeee99f1335e02f3c..3262890b2cabec271475df30acbd6b45a5c5b1e5 100644 (file)
@@ -5,6 +5,10 @@
  *
  */
 
+#ifdef DLL_EXPORT
+#define IN_LIBCIT
+#endif
+
 #include "sysdep.h"
 #include <stdlib.h>
 #include <unistd.h>