From ad3563096a407d4b288fc624513355cced0c3f63 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 22 Mar 2004 08:54:26 +0000
Subject: [PATCH] include the new curlver instead, since all this wants is the
 version info

---
 lib/libcurl.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libcurl.rc b/lib/libcurl.rc
index 5d3aa07a2d..781739519e 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
 
-- 
GitLab