Browse Source

Fixed win32 build.

experimental/new_apache_hooks
Edin Kadribasic 24 years ago
parent
commit
9dcfbf41fa
  1. 4
      ext/rpc/xmlrpc/libxmlrpc/encodings.c
  2. 4
      ext/xmlrpc/libxmlrpc/encodings.c

4
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$";

4
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$";

Loading…
Cancel
Save