1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

Fixed win32 build.

This commit is contained in:
Edin Kadribasic
2002-07-03 10:54:42 +00:00
parent fee236fb80
commit 9dcfbf41fa
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -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
View File
@@ -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$";