diff --git a/include/curl/curl.h b/include/curl/curl.h index 772fb6087..393916020 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -48,7 +48,7 @@ extern "C" { #endif /* - * Decorate exportable functions for Win32 and Netware DLL linking. + * Decorate exportable functions for Win32 DLL linking. * This avoids using a .def file for building libcurl.dll. */ #if (defined(WIN32) || defined(_WIN32)) && !defined(CURL_STATICLIB)