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/snmp | |
parent | 8d012c45e257214b79f22c207deed551c366bdad (diff) | |
download | php-git-1c7f36465b49721372d8b677ada9c8197b4a04eb.tar.gz |
- A few more
Diffstat (limited to 'ext/snmp')
-rw-r--r-- | ext/snmp/snmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index 3b5556c57a..18ddf4ef14 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -25,7 +25,7 @@ #endif #include "php_snmp.h" #include <sys/types.h> -#if MSVC5 +#if PHP_WIN32 #include <winsock.h> #include <errno.h> #include <process.h> |