diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-25 15:58:24 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-25 15:58:24 -0400 |
| commit | 9ea22218ffacc8a3e5395d8670e9d62584969753 (patch) | |
| tree | 70a000ba42da7ae5aad769c645d1a45e3459f42d /redo/comctl32_windows.c | |
| parent | d515bd74c68dfef84fface6d61a6ea9264d4e70e (diff) | |
Implemented Tab on Windows.
Diffstat (limited to 'redo/comctl32_windows.c')
| -rw-r--r-- | redo/comctl32_windows.c | 2 |
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) { |
