* include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.

This commit is contained in:
Corinna Vinschen 2009-01-19 15:36:14 +00:00
parent b50494eedc
commit ddc0c0d3f5
2 changed files with 5 additions and 1 deletions

View File

@ -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,

View File

@ -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,