summaryrefslogtreecommitdiff
path: root/redo/comctl32_windows.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-25 15:58:24 -0400
committerPietro Gagliardi <[email protected]>2014-07-25 15:58:24 -0400
commit9ea22218ffacc8a3e5395d8670e9d62584969753 (patch)
tree70a000ba42da7ae5aad769c645d1a45e3459f42d /redo/comctl32_windows.c
parentd515bd74c68dfef84fface6d61a6ea9264d4e70e (diff)
Implemented Tab on Windows.
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) {