Gisle's adjustments to allow building with lcc-win32

This commit is contained in:
Daniel Stenberg
2004-06-02 11:36:07 +00:00
parent a8827b1ed6
commit 938a72b2db
4 changed files with 15 additions and 7 deletions

View File

@@ -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