]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/utilscmn.cpp
Corrections to config checking; tweaking wxUniv's setup.h; added fix to makeb32.env
[wxWidgets.git] / src / common / utilscmn.cpp
index 6c1682a5d94762a8223dbdd1f7b3d57766ec69bc..1e70d44ab96482c394c02d1579b06e0bec8e542c 100644 (file)
@@ -180,7 +180,7 @@ int strncasecmp(const char *str_1, const char *str_2, size_t maxchar)
 }
 #endif // __VMS__
 
-#ifdef __WINDOWS__
+#if defined(__WINDOWS__) && !defined(__WXMICROWIN__)
 
 #ifndef __GNUWIN32__
 #ifndef __MWERKS__