https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7901a4c8fef4db23e4466a...
commit 7901a4c8fef4db23e4466a466ebf6ae1debc37ce Author: Serge Gautherie 32623169+SergeGautherie@users.noreply.github.com AuthorDate: Tue Nov 14 12:14:39 2023 +0100 Commit: GitHub noreply@github.com CommitDate: Tue Nov 14 12:14:39 2023 +0100
[WIN32KNT_APITEST] w32knapi.c: Update dll name (#5977)
Addendum to commits 7ad21a4 (r70458) and bed6d00 (r76026). --- modules/rostests/apitests/win32nt/w32knapi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/rostests/apitests/win32nt/w32knapi.c b/modules/rostests/apitests/win32nt/w32knapi.c index 037d88ee2f7..a4a854fe6f6 100644 --- a/modules/rostests/apitests/win32nt/w32knapi.c +++ b/modules/rostests/apitests/win32nt/w32knapi.c @@ -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; }