diff options
| author | Andi Gutmans <andi@php.net> | 2000-02-10 21:53:56 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2000-02-10 21:53:56 +0000 |
| commit | 29280bb9ecbc459c0005a48001f5dd1a62963cd6 (patch) | |
| tree | c9cc25e5e1a10ec30c8ab4b7637d2af05e108eb9 /ext/standard/basic_functions.c | |
| parent | 732eeeabd9032537ddef3a6c8ef83064501c463f (diff) | |
| download | php-git-29280bb9ecbc459c0005a48001f5dd1a62963cd6.tar.gz | |
- Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32
Diffstat (limited to 'ext/standard/basic_functions.c')
| -rw-r--r-- | ext/standard/basic_functions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 953eebe7f2..f8167cc45f 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -42,7 +42,7 @@ #include <locale.h> #endif #include "safe_mode.h" -#if WIN32|WINNT +#if PHP_WIN32 #include "win32/unistd.h" #endif #include "zend_globals.h" @@ -194,7 +194,7 @@ function_entry basic_functions[] = { PHP_FE(gethostbyaddr, NULL) PHP_FE(gethostbyname, NULL) PHP_FE(gethostbynamel, NULL) -#if !(WIN32|WINNT)||HAVE_BINDLIB +#if !(PHP_WIN32)||HAVE_BINDLIB PHP_FE(checkdnsrr, NULL) PHP_FE(getmxrr, second_and_third_args_force_ref) #endif |
