diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-28 15:46:13 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-28 15:46:13 -0400 |
| commit | 667745dd8c79ea358b66456ea7afcc751429da88 (patch) | |
| tree | 7fd057c74e34a50282221cf0699569b00e90dc97 /comctl32_windows.c | |
| parent | 649b52b6ef273c2ea5a4cf881835a7fd61bd4df1 (diff) | |
Added the initial Windows Spinbox code.
Diffstat (limited to 'comctl32_windows.c')
| -rw-r--r-- | comctl32_windows.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comctl32_windows.c b/comctl32_windows.c index 841aa80..d9d96a9 100644 --- a/comctl32_windows.c +++ b/comctl32_windows.c @@ -17,6 +17,7 @@ BOOL (*WINAPI fv_ImageList_Destroy)(HIMAGELIST); ICC_PROGRESS_CLASS | /* progress bars */ \ ICC_TAB_CLASSES | /* tabs */ \ ICC_LISTVIEW_CLASSES | /* list views */ \ + ICC_UPDOWN_CLASS | /* spinboxes */ \ 0) // note that this is an 8-bit character string we're writing; see the encoding clause |
