Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Papadopoulos <dimitri_at@users.sf.net>2006-03-06 17:28:35 +0300
committerDimitri Papadopoulos <dimitri_at@users.sf.net>2006-03-06 17:28:35 +0300
commit738276cb88e0f7a10cb2b183714213dc2a06b9ca (patch)
treee3f2fce8e549966c8b0153b52efaa30e3eafeb46
parent9c39dc2a8c34519aa2a875108ecf972dacb162d6 (diff)
* include/wingdi.h [WINVER >= 0x0500]
(INTERNET_STATE_*,*_EMBEDED): Included in Windows 2000 and later. Thanks to: David A. Capello <dacap at users dot sf dot net>
-rw-r--r--winsup/w32api/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index a0ce73132..d7bc7f780 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,10 @@
+2006-03-06 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
+
+ * include/wingdi.h [WINVER >= 0x0500]
+ (INTERNET_CONNECTED_INFO): Define structure.
+ (INTERNET_STATE_*): Define flags.
+ (INTERNET_OPTION_CONNECTED_STATE): Define constant.
+
2006-03-05 Paul J. Lucas <pauljlucas@users.sourceforge.net>
* include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
@@ -10,7 +17,7 @@
2006-02-21 Danny Smith <dannysmith@users.sourceforge.net>
- * include/ddk/ntifs,h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
+ * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
last change.
Remove file level #pragma pack(push,4)/#pragma pop.