diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-21 09:43:37 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-21 09:43:37 -0400 |
| commit | 55db438d63b4ddf31b9c06541b20ef29c59044ac (patch) | |
| tree | 0497778331c823efc47056905e9d1aa315f862cf /redo/winapi_windows.h | |
| parent | cb96b8c6fd74f195cfddde327888e65ab39337ff (diff) | |
Resolved ambiguous WINAPI issues on Windows.
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 0a8c19e..6d7f548 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -32,7 +32,7 @@ extern DWORD makemsgwin(char **); /* comctl32_windows.c */ extern DWORD initCommonControls(LPCWSTR, char **); -/* TODO do any of these take WINAPI? */ +/* 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); extern LRESULT (*WINAPI fv_DefSubclassProc)(HWND, UINT, WPARAM, LPARAM); |
