summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/config.w32.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/main/config.w32.h b/main/config.w32.h
index 7ef05a7fae..6bfe3879a6 100644
--- a/main/config.w32.h
+++ b/main/config.w32.h
@@ -189,7 +189,12 @@
#define PHP_SHLIB_SUFFIX "dll"
#define HAVE_SQLDATASOURCES
#define POSIX_MALLOC_THRESHOLD 10
-//#define HAVE_SOCKLEN_T 1
+
+
+/*
+ * defining HAVE_SOCKLEN_T prevents PHP from building with the latest platform SDK...
+ * #define HAVE_SOCKLEN_T
+ */
/* Win32 supports strcoll */
#define HAVE_STRCOLL 1