From 666bc9ee4ed33b00f02f275722706638a614077b Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 11 Mar 2004 13:15:14 +0000
Subject: [PATCH] added that header fiddling the msvc users will enjoy

---
 TODO-RELEASE | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/TODO-RELEASE b/TODO-RELEASE
index 74a2f6ce4d..e348170433 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -25,9 +25,12 @@ To get fixed in 7.11.2 (planned release May/June 2004)
 24. Make the progress meter use one digit more for the hour time fields.
     Accomplish this by removing one of the times displayed.
 
+27. Put the version defines in their own header file, so that lib/libcurl.rc
+    can include only that to reduce problems with MSVC.
+
 To get fixed in 7.12.0
 ======================
 
-25. curl_strerror()
+25. curl_easy_strerror() curl_multi_strerror() curl_share_strerror()
 
 26. i18n of error messages
-- 
GitLab