diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-22 08:54:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-22 08:54:26 +0000 |
commit | ad3563096a407d4b288fc624513355cced0c3f63 (patch) | |
tree | 110c11bf9c6df655f3fc3f0baf2e6e1abfea76c9 /lib/libcurl.rc | |
parent | c5f02c19862f9fa1ca5b0cb271b9a9be88abdf80 (diff) | |
download | curl-ad3563096a407d4b288fc624513355cced0c3f63.tar.gz |
include the new curlver instead, since all this wants is the version info
Diffstat (limited to 'lib/libcurl.rc')
-rw-r--r-- | lib/libcurl.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcurl.rc b/lib/libcurl.rc index 5d3aa07a2..781739519 100644 --- a/lib/libcurl.rc +++ b/lib/libcurl.rc @@ -1,5 +1,5 @@ #include <winver.h> -#include "../include/curl/curl.h" +#include "../include/curl/curlver.h" LANGUAGE 0x09,0x01 |