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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/comctl32_windows.c b/redo/comctl32_windows.c
index 2fc978c..68d58cb 100644
--- a/redo/comctl32_windows.c
+++ b/redo/comctl32_windows.c
@@ -35,7 +35,7 @@ DWORD initCommonControls(LPCWSTR manifest, char **errmsg)
ZeroMemory(&icc, sizeof (INITCOMMONCONTROLSEX));
icc.dwSize = sizeof (INITCOMMONCONTROLSEX);
- icc.dwICC = ICC_PROGRESS_CLASS;
+ icc.dwICC = ICC_PROGRESS_CLASS | ICC_TAB_CLASSES;
comctl32 = LoadLibraryW(L"comctl32.dll");
if (comctl32 == NULL) {