Browse Source

include config.w32.h under win32

PHP-4.0.5
Daniel Beulshausen 26 years ago
parent
commit
fe8238e6e9
  1. 6
      ext/xml/xml.c

6
ext/xml/xml.c

@ -21,7 +21,13 @@
#define IS_EXT_MODULE
#include "php.h"
#if WIN32
#include "config.w32.h"
#else
#include "php_config.h"
#endif
#define PHP_XML_INTERNAL
#include "php_xml.h"
#include "zend_variables.h"

Loading…
Cancel
Save