mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 11:33:43 +00:00
[INCLUDE] Fix a WIN32_WINNT => _WIN32_WINNT typo in some comments. Spotted by Serge Gautherie. CORE-12580
svn path=/trunk/; revision=73466
This commit is contained in:
parent
f1167250a0
commit
0d96052ca1
4 changed files with 5 additions and 5 deletions
|
@ -43,6 +43,6 @@
|
|||
#define SHTDN_REASON_FLAG_USER_DEFINED 0x40000000
|
||||
#define SHTDN_REASON_FLAG_PLANNED 0x80000000
|
||||
|
||||
#endif /* WIN32_WINNT >= 0x0501 */
|
||||
#endif /* _WIN32_WINNT >= 0x0501 */
|
||||
|
||||
#endif /* _REASON_H */
|
||||
|
|
|
@ -128,7 +128,7 @@ Abstract:
|
|||
#define NTDDI_VERSION_FROM_WIN32_WINNT2(Version) Version##0000
|
||||
#define NTDDI_VERSION_FROM_WIN32_WINNT(Version) NTDDI_VERSION_FROM_WIN32_WINNT2(Version)
|
||||
|
||||
/* Select Default WIN32_WINNT Value */
|
||||
/* Select Default _WIN32_WINNT Value */
|
||||
#if !defined(_WIN32_WINNT) && !defined(_CHICAGO_)
|
||||
#define _WIN32_WINNT 0x0600
|
||||
#endif
|
||||
|
|
|
@ -925,6 +925,6 @@ cpp_quote("#if _WIN32_WINNT >= 0x0501")
|
|||
[out] DWORD *pulSSDIFlags,
|
||||
[in] DWORD ulFlags);
|
||||
|
||||
cpp_quote("#endif /* WIN32_WINNT >= 0x0501 */")
|
||||
cpp_quote("#endif /* _WIN32_WINNT >= 0x0501 */")
|
||||
|
||||
}
|
||||
|
|
|
@ -3805,7 +3805,7 @@ typedef enum _POWER_INFORMATION_LEVEL {
|
|||
PowerInformationLevelMaximum
|
||||
} POWER_INFORMATION_LEVEL;
|
||||
|
||||
#if 1 /* (WIN32_WINNT >= 0x0500) */
|
||||
#if 1 /* (_WIN32_WINNT >= 0x0500) */
|
||||
typedef struct _SYSTEM_POWER_INFORMATION {
|
||||
ULONG MaxIdlenessAllowed;
|
||||
ULONG Idleness;
|
||||
|
@ -3899,7 +3899,7 @@ typedef const ASSEMBLY_FILE_DETAILED_INFORMATION *PCASSEMBLY_FILE_DETAILED_INFOR
|
|||
#define ACTIVATION_CONTEXT_SECTION_GLOBAL_OBJECT_RENAME_TABLE 8
|
||||
#define ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES 9
|
||||
|
||||
#endif /* (WIN32_WINNT >= 0x0501) */
|
||||
#endif /* (_WIN32_WINNT >= 0x0501) */
|
||||
|
||||
typedef struct _PROCESSOR_POWER_POLICY_INFO {
|
||||
DWORD TimeCheck;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue