diff options
Diffstat (limited to 'sapi/apache/php_apache.c')
-rw-r--r-- | sapi/apache/php_apache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 0250a38397..b6ea226274 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -179,7 +179,7 @@ PHP_MINFO_FUNCTION(apache) serv = ((request_rec *) SG(server_context))->server; -#if WIN32|WINNT +#ifdef PHP_WIN32 PUTS("Apache for Windows 95/NT<br>"); php_info_print_table_start(); #else |