summaryrefslogtreecommitdiff
path: root/sapi/apache/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/apache/config.w32')
-rw-r--r--sapi/apache/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/config.w32 b/sapi/apache/config.w32
index 1dde452f7d..83ceb1a4db 100644
--- a/sapi/apache/config.w32
+++ b/sapi/apache/config.w32
@@ -17,7 +17,7 @@ if (PHP_APACHE != "no") {
// headers
SAPI('apache', 'mod_php5.c sapi_apache.c php_apache.c',
'php' + PHP_VERSION + 'apache.dll',
- '/D APACHEPHP4_EXPORTS /D APACHE_READDIR_H /I win32');
+ '/D APACHEPHP5_EXPORTS /D APACHE_READDIR_H /I win32');
} else {
WARNING("Could not find apache libraries/headers");
}