- port to Cygwin (DLL support, etc.)
[citadel.git] / citadel / auth.c
index 66dc67c7a90468b8722cd3f8fd5f3be7696636cf..a62d6003ca7ea45f25b4f7ff7b64bb83dfb9d74f 100644 (file)
@@ -6,6 +6,10 @@
  *
  */
 
+#ifdef DLL_EXPORT
+#define IN_LIBCIT
+#endif
+
 #if defined(__linux) || defined(__sun) /* needed for crypt(): */
 #define _XOPEN_SOURCE
 #define _XOPEN_SOURCE_EXTENDED 1