diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-17 20:05:47 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-17 20:05:47 -0400 |
| commit | 8fee588a1da781c8823dcb7d0538cf1ec7022b39 (patch) | |
| tree | 8f526ea3715e4d73e16f00ca7e392b273ed2a455 /redo/winapi_windows.h | |
| parent | 0adac4d3ca1ec91e6364fe11276323803418c2ff (diff) | |
Migrated comctl32_windows.go to C.
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index 59b99fe..81bf271 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -25,3 +25,10 @@ extern void uimsgloop(void); extern void issue(void *); extern HWND msgwin; extern DWORD makemsgwin(char **); + +/* comctl32_windows.c */ +extern DWORD initCommonControls(LPCWSTR, char **); +/* TODO do any of these take WINAPI? */ +extern BOOL (*WINAPI fv_SetWindowSubclass)(HWND, SUBCLASSPROC, UINT_PTR, DWORD_PTR); +extern BOOL (*WINAPI fv_RemoveWindowSubclass)(HWND, SUBCLASSPROC, UINT_PTR); +extern LRESULT (*WINAPI fv_DefSubclassProc)(HWND, UINT, WPARAM, LPARAM); |
