diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-17 23:56:16 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-17 23:56:16 -0400 |
| commit | 7c6fa3b2fd773a31d4c0f8899b96c1f25a669ec1 (patch) | |
| tree | 97a1ec0e3678bd95c48f8aa430d81c391b3cfaf0 /redo/comctl32_windows.c | |
| parent | b174ed985c08abaec6e424b8c8e820a08f3ec047 (diff) | |
Fixed assorted typos in some of the new C files.
Diffstat (limited to 'redo/comctl32_windows.c')
| -rw-r--r-- | redo/comctl32_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/comctl32_windows.c b/redo/comctl32_windows.c index d621d2a..a6ffaf1 100644 --- a/redo/comctl32_windows.c +++ b/redo/comctl32_windows.c @@ -39,7 +39,7 @@ DWORD initCommonControls(LPCWSTR manifest, char **errmsg) } /* GetProcAddress() only takes a multibyte string */ -#define LOAD(fn) f = GetModuleHandle(comctl32, fn); \ +#define LOAD(fn) f = GetProcAddress(comctl32, fn); \ if (f == NULL) { \ *errmsg = "error loading " fn "()"; \ return GetLastError(); \ |
