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:
authorCorinna Vinschen <corinna@vinschen.de>2009-01-19 18:36:14 +0300
committerCorinna Vinschen <corinna@vinschen.de>2009-01-19 18:36:14 +0300
commitddc0c0d3f5eb224c2c8a71957864528161b672de (patch)
tree9d017abec7483dd926b3be97605b06adab739aa5 /winsup/w32api
parentb50494eedcee9cc4274e8af80cb9501a24c62300 (diff)
* include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/winbase.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 0accdaae5..d153ef51a 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-19 Corinna Vinschen <corinna@vinschen.de>
+
+ * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
+
2009-01-11 Henry Nestler <henry@bigfoot.de>
* lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
diff --git a/winsup/w32api/include/winbase.h b/winsup/w32api/include/winbase.h
index 99653c5ba..19e41d9a4 100644
--- a/winsup/w32api/include/winbase.h
+++ b/winsup/w32api/include/winbase.h
@@ -1063,7 +1063,7 @@ typedef enum _COMPUTER_NAME_FORMAT {
#if (_WIN32_WINNT >= 0x0500 || _WIN32_WINDOWS >= 0x0410)
typedef DWORD EXECUTION_STATE;
#endif
-#if (_WIN32_WINNT >= 0x0601)
+#if (_WIN32_WINNT >= 0x0600)
typedef enum _DEP_SYSTEM_POLICY_TYPE {
AlwaysOn,
AlwaysOff,