summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-07 22:01:42 -0400
committerPietro Gagliardi <[email protected]>2015-04-07 22:01:42 -0400
commit5719004a9720f33a8118133292fe451d273e1063 (patch)
tree2ea2483f390d03215d84ba48a0b52b13a0b9a389
parentc4fa92e18f5c06ed1c4b9c99391d96dec51da6b8 (diff)
Added loading of the standard user32.dll class replacements to comctl32_windows.c.
-rw-r--r--new/comctl32_windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/new/comctl32_windows.c b/new/comctl32_windows.c
index 0763b2c..65473d6 100644
--- a/new/comctl32_windows.c
+++ b/new/comctl32_windows.c
@@ -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 */ \