mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 08:20:27 +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
|
#define NTDDI_WIN7 0x06010000
|
||||||
|
|
||||||
/* Version Fields in NTDDI_VERSION */
|
/* Version Fields in NTDDI_VERSION */
|
||||||
#define OSVERSION_MASK 0xFFFF0000
|
#define OSVERSION_MASK 0xFFFF0000UL
|
||||||
#define SPVERSION_MASK 0x0000FF00
|
#define SPVERSION_MASK 0x0000FF00UL
|
||||||
#define SUBVERSION_MASK 0x000000FF
|
#define SUBVERSION_MASK 0x000000FFUL
|
||||||
|
|
||||||
/* Macros to Extract Version Fields From NTDDI_VERSION */
|
/* Macros to Extract Version Fields From NTDDI_VERSION */
|
||||||
#define OSVER(Version) ((Version) & OSVERSION_MASK)
|
#define OSVER(Version) ((Version) & OSVERSION_MASK)
|
||||||
|
|
Loading…
Reference in a new issue