mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[WIN32KNT_APITEST] w32knapi.c: Update dll name (#5977)
Addendum to commits7ad21a4
(r70458) andbed6d00
(r76026).
This commit is contained in:
parent
91adec683d
commit
7901a4c8fe
1 changed files with 2 additions and 2 deletions
|
@ -127,10 +127,10 @@ WinMain(HINSTANCE hInstance,
|
|||
InitOsVersion();
|
||||
printf("g_OsIdx = %d\n", g_OsIdx);
|
||||
|
||||
g_hModule = LoadLibraryW(L"w32kdll.dll");
|
||||
g_hModule = LoadLibraryW(L"win32u.dll");
|
||||
if (!g_hModule)
|
||||
{
|
||||
printf("w32kdll.dll not found!\n");
|
||||
printf("win32u.dll not found!\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue