mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
change service pack from 6 to 4
addresses bug 1169 svn path=/trunk/; revision=20412
This commit is contained in:
parent
8f9ce96ecc
commit
52431ae3ad
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
ULONG NtMajorVersion = 5;
|
||||
ULONG NtMinorVersion = 0;
|
||||
ULONG NtOSCSDVersion = BUILD_OSCSDVERSION(6, 0);
|
||||
ULONG NtOSCSDVersion = BUILD_OSCSDVERSION(4, 0);
|
||||
ULONG NtBuildNumber = KERNEL_VERSION_BUILD;
|
||||
ULONG NtGlobalFlag = 0;
|
||||
CHAR KeNumberProcessors;
|
||||
|
|
Loading…
Reference in a new issue