diff options
Diffstat (limited to 'ext/zip/lib/config.h')
-rw-r--r-- | ext/zip/lib/config.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/zip/lib/config.h b/ext/zip/lib/config.h index f9132ba439..ee77c66d43 100644 --- a/ext/zip/lib/config.h +++ b/ext/zip/lib/config.h @@ -21,5 +21,9 @@ #else /* Building in PHP tree */ -#include "php_config.h" +# ifdef _WIN32 +# include "config.w32.h" +# else +# include "php_config.h" +# endif #endif |