diff options
Diffstat (limited to 'lib/system_win32.h')
-rw-r--r-- | lib/system_win32.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/system_win32.h b/lib/system_win32.h index 24899cb..6482643 100644 --- a/lib/system_win32.h +++ b/lib/system_win32.h @@ -42,7 +42,8 @@ extern IF_NAMETOINDEX_FN Curl_if_nametoindex; /* This is used to dynamically load DLLs */ HMODULE Curl_load_library(LPCTSTR filename); - -#endif /* WIN32 */ +#else /* WIN32 */ +#define Curl_win32_init(x) CURLE_OK +#endif /* !WIN32 */ #endif /* HEADER_CURL_SYSTEM_WIN32_H */ |