aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 3015ad795..772fb6087 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -51,8 +51,7 @@ extern "C" {
* Decorate exportable functions for Win32 and Netware DLL linking.
* This avoids using a .def file for building libcurl.dll.
*/
-#if (defined(WIN32) || defined(_WIN32) || defined(NETWARE)) && \
- !defined(CURL_STATICLIB)
+#if (defined(WIN32) || defined(_WIN32)) && !defined(CURL_STATICLIB)
#if defined(BUILDING_LIBCURL)
#define CURL_EXTERN __declspec(dllexport)
#else