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