summaryrefslogtreecommitdiff
path: root/ext/curl/interface.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-02-25 07:19:44 +0000
committerfoobar <sniper@php.net>2003-02-25 07:19:44 +0000
commitafc69728a831299206c6189db8520816a01a45fa (patch)
tree6fc33762779eab39639d2f462ebe04c82c61e8fc /ext/curl/interface.c
parent086b317448ba7e5226d30bc0c247c4803d2b4a67 (diff)
downloadphp-git-afc69728a831299206c6189db8520816a01a45fa.tar.gz
(hope) fix some win32 build errors
Diffstat (limited to 'ext/curl/interface.c')
-rw-r--r--ext/curl/interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/curl/interface.c b/ext/curl/interface.c
index 3286543f51..590c14af2a 100644
--- a/ext/curl/interface.c
+++ b/ext/curl/interface.c
@@ -18,6 +18,8 @@
/* $Id$ */
+#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@@ -44,8 +46,6 @@
#include "ext/standard/file.h"
#include "php_curl.h"
-static unsigned char second_arg_force_ref[] = {2, BYREF_NONE, BYREF_FORCE};
-
static void _php_curl_close(zend_rsrc_list_entry *rsrc TSRMLS_DC);
#define SAVE_CURL_ERROR(__handle, __err) (__handle)->err.no = (int) __err;