commit | 54fe8380a1f47e88d6f212a5dbe82a39f9a1c6c8 | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Thu Apr 06 20:21:16 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Apr 06 20:21:16 2000 +0000 |
tree | cb92ca74fd6a3975d5f938c5da4fdd1dc6ecdf28 | |
parent | 3c30bba357b6bb8de416c93a15ee1f54a0d93620 [diff] [blame] |
Fixed some issues reported by winapi_check.
diff --git a/loader/module.c b/loader/module.c index f779f78..a2e0581 100644 --- a/loader/module.c +++ b/loader/module.c
@@ -1710,7 +1710,7 @@ } /*********************************************************************** - * WIN16_GetProcAddress32 (KERNEL.453) + * GetProcAddress32 (KERNEL.453) */ FARPROC WINAPI GetProcAddress32_16( HMODULE hModule, LPCSTR function ) {