Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-01-30 20:33:27 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2002-01-30 20:33:27 +0300
commitae334f668de2122f1a8f489834cbedec0a9da703 (patch)
tree1b0a4aca93296411b2cceb7b57e7bc416d339c88 /winsup/w32api/include/commctrl.h
parent9783296270634b2a1ed09ab4c3fab010c3cdf88b (diff)
* include/mapi.h: New file.
* lib/mapi.def: Add missing function stubs. * lib/test.c: Include mapi.h.
Diffstat (limited to 'winsup/w32api/include/commctrl.h')
-rw-r--r--winsup/w32api/include/commctrl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/w32api/include/commctrl.h b/winsup/w32api/include/commctrl.h
index bd023bf5f..9e3658d52 100644
--- a/winsup/w32api/include/commctrl.h
+++ b/winsup/w32api/include/commctrl.h
@@ -238,6 +238,13 @@ extern "C" {
#define TBSTYLE_CHECK 2
#define TBSTYLE_GROUP 4
#define TBSTYLE_CHECKGROUP (TBSTYLE_GROUP|TBSTYLE_CHECK)
+#if (_WIN32_IE >= 0x0300)
+#define TBSTYLE_DROPDOWN 8
+#endif
+#if (_WIN32_IE >= 0x0400)
+#define TBSTYLE_AUTOSIZE 16
+#define TBSTYLE_NOPREFIX 32
+#endif
#define TBSTYLE_TOOLTIPS 256
#define TBSTYLE_WRAPABLE 512
#define TBSTYLE_ALTDRAG 1024