X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6ed776fb2d330b4b6d0105c3628ccf88fd3bb60..d06b34a73eb466126513bf8b0ed586a8ababc141:/src/xpm/xpmi.h?ds=inline diff --git a/src/xpm/xpmi.h b/src/xpm/xpmi.h index e330bfc56b..c5ebaeb72b 100644 --- a/src/xpm/xpmi.h +++ b/src/xpm/xpmi.h @@ -44,6 +44,11 @@ #include "xpm.h" +// Added by JACS for some compilers (no popen/pclose functions) +#if defined(__WATCOMC__) || (!defined(WIN32) && defined(_MSC_VER)) || (!defined(WIN32) && defined(__BORLANDC__)) +#define NO_ZPIPE +#endif + /* * lets try to solve include files */