a bunch of cleaning to get wayward unit tests passing on windows. not there yet.
[feisty_meow.git] / nucleus / library / basis / astring.cpp
index 55b9daf85c7867ae3fa3d2888e12265b539acc2f..916ec0fd2e3cf12db5d1f29f86bf8bd3c522cd98 100644 (file)
@@ -19,7 +19,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#ifdef __WIN32__
+#ifdef _MSC_VER
   #undef strcasecmp 
   #undef strncasecmp 
   #define strcasecmp strcmpi