mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[NTOSKRNL] Fix MSVC2010 build
This commit is contained in:
parent
c2b6c3a69f
commit
1114b89952
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ BOOLEAN ExpUuidSequenceNumberNotSaved = FALSE;
|
|||
UUID_CACHED_VALUES_STRUCT ExpUuidCachedValues = {0ULL, 0xFFFFFFFF, 0, 0, { 0x80, 0x6E, 0x6F, 0x6E, 0x69, 0x63}};
|
||||
BOOLEAN ExpUuidCacheValid = FALSE;
|
||||
ULONG ExpLuidIncrement = 1;
|
||||
LARGE_INTEGER ExpLuid = {.LowPart = 0x3e9, .HighPart = 0x0};
|
||||
LARGE_INTEGER ExpLuid = {{0x3e9, 0x0}};
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue