diff options
-rw-r--r-- | ext/rpc/xmlrpc/libxmlrpc/encodings.c | 4 | ||||
-rw-r--r-- | ext/xmlrpc/libxmlrpc/encodings.c | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ext/rpc/xmlrpc/libxmlrpc/encodings.c b/ext/rpc/xmlrpc/libxmlrpc/encodings.c index 3b3a6d50fd..2ea93f1832 100644 --- a/ext/rpc/xmlrpc/libxmlrpc/encodings.c +++ b/ext/rpc/xmlrpc/libxmlrpc/encodings.c @@ -34,7 +34,11 @@ #include "config.h" #endif +#ifndef PHP_WIN32 #include <php_config.h> +#else +#include <config.w32.h> +#endif static const char rcsid[] = "#(@) $Id$"; diff --git a/ext/xmlrpc/libxmlrpc/encodings.c b/ext/xmlrpc/libxmlrpc/encodings.c index 3b3a6d50fd..2ea93f1832 100644 --- a/ext/xmlrpc/libxmlrpc/encodings.c +++ b/ext/xmlrpc/libxmlrpc/encodings.c @@ -34,7 +34,11 @@ #include "config.h" #endif +#ifndef PHP_WIN32 #include <php_config.h> +#else +#include <config.w32.h> +#endif static const char rcsid[] = "#(@) $Id$"; |