1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Update comment.

This commit is contained in:
Gisle Vanem 2004-11-13 16:54:26 +00:00
parent e53f139925
commit 7ec200f4d1

View File

@ -48,7 +48,7 @@ extern "C" {
#endif #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. * This avoids using a .def file for building libcurl.dll.
*/ */
#if (defined(WIN32) || defined(_WIN32)) && !defined(CURL_STATICLIB) #if (defined(WIN32) || defined(_WIN32)) && !defined(CURL_STATICLIB)