summaryrefslogtreecommitdiff
path: root/win32/inet.c
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2008-08-23 19:55:44 +0000
committerPierre Joye <pajoye@php.net>2008-08-23 19:55:44 +0000
commit1c4e7be721a4b2b5086707b2fe4e60df0c8e57a1 (patch)
tree011b485981f6f860fa847b6effc11fc51bee9262 /win32/inet.c
parentf7c2787e0f568268a1bd6825ff87750d07267cf1 (diff)
downloadphp-git-1c4e7be721a4b2b5086707b2fe4e60df0c8e57a1.tar.gz
- MFB: fix logic, build correctly when the build targets xp/2k
Diffstat (limited to 'win32/inet.c')
-rw-r--r--win32/inet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/inet.c b/win32/inet.c
index 117c6d83d1..02d00ca474 100644
--- a/win32/inet.c
+++ b/win32/inet.c
@@ -1,5 +1,5 @@
-#if _MSC_VER < 1500
#include "config.w32.h"
+#if (_WIN32_WINNT < 0x0600) /* Vita/2k8 have these functions */
#include "php.h"
#include <winsock2.h>
#include <windows.h>