summaryrefslogtreecommitdiff
path: root/comctl32_windows.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-28 15:46:13 -0400
committerPietro Gagliardi <[email protected]>2014-10-28 15:46:13 -0400
commit667745dd8c79ea358b66456ea7afcc751429da88 (patch)
tree7fd057c74e34a50282221cf0699569b00e90dc97 /comctl32_windows.c
parent649b52b6ef273c2ea5a4cf881835a7fd61bd4df1 (diff)
Added the initial Windows Spinbox code.
Diffstat (limited to 'comctl32_windows.c')
-rw-r--r--comctl32_windows.c1
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