diff options
| author | Andi Gutmans <andi@php.net> | 2000-02-10 22:00:52 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2000-02-10 22:00:52 +0000 |
| commit | 1c7f36465b49721372d8b677ada9c8197b4a04eb (patch) | |
| tree | 435e1592dd84bb7ea0e27374ea1df60f89198ae7 /ext/filepro/filepro.c | |
| parent | 8d012c45e257214b79f22c207deed551c366bdad (diff) | |
| download | php-git-1c7f36465b49721372d8b677ada9c8197b4a04eb.tar.gz | |
- A few more
Diffstat (limited to 'ext/filepro/filepro.c')
| -rw-r--r-- | ext/filepro/filepro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filepro/filepro.c b/ext/filepro/filepro.c index 36af39fbb6..5e64632512 100644 --- a/ext/filepro/filepro.c +++ b/ext/filepro/filepro.c @@ -27,7 +27,7 @@ #include "safe_mode.h" #include "fopen-wrappers.h" #include <string.h> -#if MSVC5 +#if PHP_WIN32 #include <windows.h> #else #include <sys/param.h> |
