mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Yang Tse: msvc7+ has deprecated the 'DESCRIPTION' section in
module-definition files. this section is not mandatory for msvc60 so it could be completely removed from libcurl.def.
This commit is contained in:
parent
d52ed3fff2
commit
fd870e4e8a
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
LIBRARY LIBCURL
|
LIBRARY LIBCURL
|
||||||
|
|
||||||
DESCRIPTION 'curl libcurl - http://curl.haxx.se'
|
;DESCRIPTION 'curl libcurl - http://curl.haxx.se'
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
curl_easy_cleanup @ 1 ;
|
curl_easy_cleanup @ 1 ;
|
||||||
|
Loading…
Reference in New Issue
Block a user