aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-26 16:23:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-26 16:23:28 +0000
commit4515d06465da15340c56d5b4f14ab4950fd59baa (patch)
treeede4a04b2ee9145fa76a0b55f813570190065fea /lib/config-win32.h
parentb6a4ca9bc82c4dbf4f3abaa6ff63bb832fa1bd03 (diff)
David Byron's fixes to make the latest curl build fine under MSVC 6.
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 63847426d..d6665896d 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -32,6 +32,10 @@
#endif
/* The size of a `curl_off_t', as computed by sizeof. */
+#ifdef SIZEOF_CURL_OFF_T
+#undef SIZEOF_CURL_OFF_T
+#endif
+
#define SIZEOF_CURL_OFF_T 8
/* Define if you have the ANSI C header files. */