]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xpm/xpmi.h
some != NULL checks
[wxWidgets.git] / src / xpm / xpmi.h
index 05856fb75c4d926e28980ef624e9274b7d05e074..d171ecc1a40cc7c26247f7f142a0bfa6b2435940 100644 (file)
@@ -44,8 +44,8 @@
 
 #include "xpm.h"
 
-// Added by JACS for Watcom C++/wxWindows compilation (no popen/pclose functions)
-#ifdef __WATCOMC__
+// Added by JACS for some compilers (no popen/pclose functions)
+#if defined(__WATCOMC__) || (!defined(WIN32) && defined(_MSC_VER))
 #define NO_ZPIPE
 #endif