- port to Cygwin (DLL support, etc.)
[citadel.git] / citadel / snprintf.c
index dcc9cd81cc8879c94d5d2ca810c993c9c8376cf8..ab014de696300c6750456338ab6c4fb327e8f637 100644 (file)
  * Written July 1997 by Sten Gunterberg (gunterberg@ergon.ch)
  */
 
+#ifdef DLL_EXPORT
+#define IN_LIBCIT
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>