summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hg_comm.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-06-15 23:45:05 +0000
committerAndi Gutmans <andi@php.net>2000-06-15 23:45:05 +0000
commit2987d5216ed33e2701a52a5a02f6594ba405564a (patch)
tree2e49b4826cc96d30cc7c82df6361acdc2bb18617 /ext/hyperwave/hg_comm.h
parent17ce56825dfe218d3920bce3bb33807b46880014 (diff)
downloadphp-git-2987d5216ed33e2701a52a5a02f6594ba405564a.tar.gz
- More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions
Diffstat (limited to 'ext/hyperwave/hg_comm.h')
-rw-r--r--ext/hyperwave/hg_comm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hyperwave/hg_comm.h b/ext/hyperwave/hg_comm.h
index 258ff4d51f..922740a719 100644
--- a/ext/hyperwave/hg_comm.h
+++ b/ext/hyperwave/hg_comm.h
@@ -97,7 +97,7 @@
#define COLLECTION 1
-#if WIN32|WINNT
+#ifdef PHP_WIN32
# define SOCK_ERR INVALID_SOCKET
# define SOCK_CONN_ERR SOCKET_ERROR
# define HWSOCK_FCLOSE(s) closesocket(s)