diff options
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index 268caa3..ca27367 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -38,7 +38,7 @@ extern HWND msgwin; extern DWORD makemsgwin(char **); /* comctl32_windows.c */ -extern DWORD initCommonControls(LPWSTR, char **); +extern DWORD initCommonControls(char **); /* these are listed as WINAPI in both Microsoft's and MinGW's headers, but not on MSDN for some reason */ extern BOOL (*WINAPI fv_SetWindowSubclass)(HWND, SUBCLASSPROC, UINT_PTR, DWORD_PTR); extern BOOL (*WINAPI fv_RemoveWindowSubclass)(HWND, SUBCLASSPROC, UINT_PTR); |
