From d2f09a02225281fbd30fe068f228ca0f3fd26471 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 18 Jul 2014 00:22:21 -0400 Subject: Fixed all the remaining compiler errors. C conversion works! --- redo/comctl32_windows.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'redo/comctl32_windows.c') diff --git a/redo/comctl32_windows.c b/redo/comctl32_windows.c index a6ffaf1..ede4c0c 100644 --- a/redo/comctl32_windows.c +++ b/redo/comctl32_windows.c @@ -5,6 +5,11 @@ static ULONG_PTR comctlManifestCookie; static HMODULE comctl32; +/* TODO do any of these take WINAPI? */ +BOOL (*WINAPI fv_SetWindowSubclass)(HWND, SUBCLASSPROC, UINT_PTR, DWORD_PTR); +BOOL (*WINAPI fv_RemoveWindowSubclass)(HWND, SUBCLASSPROC, UINT_PTR); +LRESULT (*WINAPI fv_DefSubclassProc)(HWND, UINT, WPARAM, LPARAM); + DWORD initCommonControls(LPCWSTR manifest, char **errmsg) { ACTCTX actctx; -- cgit v1.2.3