Skip to content

Commit c86b2c2

Browse files
committed
[ARWINSS]
- win32k: Properly check for the right USER version in NtUserInitialize. Now Arwinss doesn't stop loading so early in the boot process. svn path=/branches/arwinss/; revision=69804
1 parent 6dfde61 commit c86b2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arwinss/server/main/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ NtUserInitialize(
347347
HANDLE hMediaRequestEvent)
348348
{
349349
/* Check the Windows version */
350-
if (dwWinVersion != 0)
350+
if (dwWinVersion != USER_VERSION)
351351
{
352352
return STATUS_UNSUCCESSFUL;
353353
}

0 commit comments

Comments
 (0)