diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2004-11-13 16:54:26 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2004-11-13 16:54:26 +0000 |
commit | 7ec200f4d1f8c3816c0eaa489b45eeec3f56ccbf (patch) | |
tree | 1249db25717fadfe4a7a02277ee9d7cfb3087ba5 | |
parent | e53f139925ca96aac59b0241d366fcc5359f5b87 (diff) |
Update comment.
-rw-r--r-- | include/curl/curl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |