Commit d44cc843 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

kernel32/tests: Fix FormatMessage tests compilation with __WINESRC__ defined.

parent 8014c7cb
......@@ -1543,7 +1543,7 @@ static void test_message_from_hmodule(void)
HMODULE h;
CHAR out[0x100] = {0};
h = GetModuleHandle("kernel32.dll");
h = GetModuleHandleA("kernel32.dll");
ok(h != 0, "GetModuleHandle failed\n");
/*Test existing messageID; as the message strings from wine's kernel32 differ from windows' kernel32 we don't compare
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment