diff options
author | Shane Caraveo <shane@php.net> | 2000-04-30 04:15:26 +0000 |
---|---|---|
committer | Shane Caraveo <shane@php.net> | 2000-04-30 04:15:26 +0000 |
commit | 8d3ce80f48fa7f9e7b15d6e4521c73db622bce67 (patch) | |
tree | 0c666b81497c16c96b65c33b6f521d1d1ea4075d /sapi/apache/mod_php4.h | |
parent | 953fe189dacec1f3079f1c2c043b6644725b643e (diff) | |
download | php-git-8d3ce80f48fa7f9e7b15d6e4521c73db622bce67.tar.gz |
apache module now compiles under win32, apache loads, but crashes on line 1167 main.c on page request
Diffstat (limited to 'sapi/apache/mod_php4.h')
-rw-r--r-- | sapi/apache/mod_php4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/mod_php4.h b/sapi/apache/mod_php4.h index b1e8429196..c2276a1a29 100644 --- a/sapi/apache/mod_php4.h +++ b/sapi/apache/mod_php4.h @@ -36,7 +36,7 @@ typedef struct { extern zend_module_entry apache_module_entry; extern php_apache_info_struct php_apache_info; -#if MSVC5 +#ifdef WIN32 #define S_IXUSR _S_IEXEC #endif |