We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449f0cd commit 1e70b9eCopy full SHA for 1e70b9e
src/kernel32_dll.c
@@ -24,7 +24,7 @@ const w32u8_pair_t kernel32_pairs[] = {
24
{"GetFullPathNameA", GetFullPathNameU},
25
{"GetCommandLineA", GetCommandLineU},
26
{"GetModuleFileNameA", GetModuleFileNameU},
27
- {"GetModuleHandleEx", GetModuleHandleExU},
+ {"GetModuleHandleExA", GetModuleHandleExU},
28
{"GetPrivateProfileIntA", GetPrivateProfileIntU},
29
{"GetPrivateProfileStringA", GetPrivateProfileStringU},
30
{"GetStartupInfoA", GetStartupInfoU},
0 commit comments