Browse Source

remove stupid ifdef's

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

6
ext/xml/xml.c

@ -22,12 +22,6 @@
#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