aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-02 11:36:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-02 11:36:07 +0000
commit938a72b2dba019eb81d942fbe85cf401a7014d21 (patch)
tree5d6efc385f0fc586bdfb33d16774d8291b053dbd /lib/setup.h
parenta8827b1ed6150d8dc80348a58ed9f1e20a21739d (diff)
Gisle's adjustments to allow building with lcc-win32
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 5677bba95..2243bc986 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -261,7 +261,8 @@ typedef int curl_socket_t;
#error "ares does not yet support IPv6. Disable IPv6 or ares and rebuild"
#endif
-#if defined(WIN32) && !defined(__CYGWIN__) && !defined(USE_ARES)
+#if defined(WIN32) && !defined(__CYGWIN__) && !defined(USE_ARES) && \
+ !defined(__LCC__) /* lcc-win32 doesn't have _beginthreadex() */
#ifdef ENABLE_IPV6
#define USE_THREADING_GETADDRINFO
#else