Added loading of the standard user32.dll class replacements to comctl32_windows.c.

This commit is contained in:
Pietro Gagliardi 2015-04-07 22:01:42 -04:00
parent c4fa92e18f
commit 5719004a97
1 changed files with 1 additions and 1 deletions

View File

@ -9,8 +9,8 @@ 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);
// TODO add user classes
#define wantedICCClasses ( \
ICC_STANDARD_CLASSES | /* user32.dll controls */ \
ICC_PROGRESS_CLASS | /* progress bars */ \
ICC_TAB_CLASSES | /* tabs */ \
ICC_LISTVIEW_CLASSES | /* table headers */ \