* cpp stuff
[m6w6/ext-http] / http_api.c
index af42cd5e641cb68a785d72176a967899e78abd92..554c648ac1dbd7ef1135a81b86ff05347901f9bb 100644 (file)
@@ -15,9 +15,6 @@
 
 /* $Id$ */
 
-#define _WINSOCKAPI_
-#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS
-
 #ifdef HAVE_CONFIG_H
 #      include "config.h"
 #endif
@@ -25,6 +22,7 @@
 #include <ctype.h>
 
 #ifdef PHP_WIN32
+#      define _WINSOCKAPI_
 #      include <winsock2.h>
 #elif defined(HAVE_NETDB_H)
 #      include <netdb.h>