summaryrefslogtreecommitdiff
path: root/redo/comctl32_windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'redo/comctl32_windows.c')
-rw-r--r--redo/comctl32_windows.c5
1 files changed, 5 insertions, 0 deletions
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;