- add stricmp() macro
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 2 Jan 2009 17:13:48 +0000 (17:13 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 2 Jan 2009 17:13:48 +0000 (17:13 +0000)
[r25056]

win32/config.h.win32

index ed68ceb..c2c0d21 100644 (file)
@@ -21,3 +21,4 @@
 #define __attribute__(x)
 #define snprintf _snprintf
 #define vsnprintf _vsnprintf
+#define stricmp(x, y) _stricmp(x, y)