summaryrefslogtreecommitdiff
path: root/ext/snmp
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-02-10 22:00:52 +0000
committerAndi Gutmans <andi@php.net>2000-02-10 22:00:52 +0000
commit1c7f36465b49721372d8b677ada9c8197b4a04eb (patch)
tree435e1592dd84bb7ea0e27374ea1df60f89198ae7 /ext/snmp
parent8d012c45e257214b79f22c207deed551c366bdad (diff)
downloadphp-git-1c7f36465b49721372d8b677ada9c8197b4a04eb.tar.gz
- A few more
Diffstat (limited to 'ext/snmp')
-rw-r--r--ext/snmp/snmp.c2
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>