aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-12-17 21:19:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-12-17 21:19:42 +0000
commitbcd7d03b3b814b0fc3e052819ed7d84946e846e5 (patch)
tree3bd7b2bb3921c81e7454719e02de0a1ba2b3d05a /CHANGES
parent82c9379b6ce4c041045b03ef144ce578976543a3 (diff)
Mateusz Loskot pointed out that VC++ 9.0 (2008) has the pollfd struct and
defines in the SDK somehow differently so we have to add a define to the config-win32.h file to make select.h compile nicely.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7921bcb5c..fc26cd036 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,11 @@
Changelog
+Daniel S (17 Dec 2007)
+- Mateusz Loskot pointed out that VC++ 9.0 (2008) has the pollfd struct and
+ defines in the SDK somehow differently so we have to add a define to the
+ config-win32.h file to make select.h compile nicely.
+
Daniel S (13 Dec 2007)
- David Wright filed bug report #1849764
(http://curl.haxx.se/bug/view.cgi?id=1849764) with an included fix. He