mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 06:58:10 +00:00
[sdkddkver.h]
Add UL suffix to some constants. svn path=/trunk/; revision=48126
This commit is contained in:
parent
a3d974ee28
commit
d2f3e93b11
1 changed files with 3 additions and 3 deletions
|
@ -100,9 +100,9 @@ Abstract:
|
|||
#define NTDDI_WIN7 0x06010000
|
||||
|
||||
/* Version Fields in NTDDI_VERSION */
|
||||
#define OSVERSION_MASK 0xFFFF0000
|
||||
#define SPVERSION_MASK 0x0000FF00
|
||||
#define SUBVERSION_MASK 0x000000FF
|
||||
#define OSVERSION_MASK 0xFFFF0000UL
|
||||
#define SPVERSION_MASK 0x0000FF00UL
|
||||
#define SUBVERSION_MASK 0x000000FFUL
|
||||
|
||||
/* Macros to Extract Version Fields From NTDDI_VERSION */
|
||||
#define OSVER(Version) ((Version) & OSVERSION_MASK)
|
||||
|
|
Loading…
Reference in a new issue