]> andersk Git - moira.git/commitdiff
win32 portability.
authorzacheiss <zacheiss>
Fri, 18 Aug 2000 11:50:37 +0000 (11:50 +0000)
committerzacheiss <zacheiss>
Fri, 18 Aug 2000 11:50:37 +0000 (11:50 +0000)
include/moira.h

index 47aba26a4c7b11d22159af111ed932e7e87ce6a9..49983ea0153e3f9dfb0a532c3241ab1674e87528 100644 (file)
@@ -12,6 +12,9 @@
 #ifndef strcasecmp
 #define strcasecmp      stricmp
 #endif
+#ifndef snprintf
+#define snprintf      _snprintf
+#endif
 #endif /*_WIN32 */
 
 /* return values from queries (and error codes) */
This page took 0.038764 seconds and 5 git commands to generate.