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:
@@ -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$";
|
||||
|
||||
|
||||
@@ -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$";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user