diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-11-14 07:48:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-11-14 07:48:05 +0000 |
commit | fd870e4e8ad41258ba25a2c8a6a9ab894669ad0b (patch) | |
tree | d6969331e838211d3bfc31cde5d1d7c52ff1f0af /lib/libcurl.def | |
parent | d52ed3fff2e138d2c4d455dffe5888d70441ffb3 (diff) |
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.
Diffstat (limited to 'lib/libcurl.def')
-rw-r--r-- | lib/libcurl.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcurl.def b/lib/libcurl.def index aeb9cd4eb..e051970b9 100644 --- a/lib/libcurl.def +++ b/lib/libcurl.def @@ -4,7 +4,7 @@ LIBRARY LIBCURL -DESCRIPTION 'curl libcurl - http://curl.haxx.se' +;DESCRIPTION 'curl libcurl - http://curl.haxx.se' EXPORTS curl_easy_cleanup @ 1 ; |