diff options
author | Andi Gutmans <andi@php.net> | 2000-03-30 22:56:34 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-03-30 22:56:34 +0000 |
commit | 9c3d6304dd7fe870278a7ad8688e40a9645f609c (patch) | |
tree | c1ac0b30f40abbb832d9ae2eadc492079a7f8d7e /sapi/servlet/servlet.c | |
parent | 9df7df3293302198a29b1657682dba49ce02aa6b (diff) | |
download | php-git-9c3d6304dd7fe870278a7ad8688e40a9645f609c.tar.gz |
- Hopefully got most of them. We also need a chdir_file function like
for Apache.
Diffstat (limited to 'sapi/servlet/servlet.c')
-rw-r--r-- | sapi/servlet/servlet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/servlet/servlet.c b/sapi/servlet/servlet.c index a7e35ef31d..3546c61914 100644 --- a/sapi/servlet/servlet.c +++ b/sapi/servlet/servlet.c @@ -26,7 +26,7 @@ #include <stdio.h> #include "php.h" -#if WIN32|WINNT +#ifdef PHP_WIN32 #include "win32/time.h" #include "win32/signal.h" #include <process.h> @@ -52,7 +52,7 @@ #include "fopen-wrappers.h" #include "ext/standard/php_standard.h" #include "ext/standard/php_dir.h" -#if WIN32|WINNT +#ifdef PHP_WIN32 #include <io.h> #include <fcntl.h> #include "win32/syslog.h" |