* include/mapi.h: New file.

* lib/mapi.def: Add missing function stubs.
	* lib/test.c: Include mapi.h.
This commit is contained in:
Danny Smith
2002-01-30 17:33:27 +00:00
parent 9783296270
commit ae334f668d
5 changed files with 191 additions and 0 deletions

View File

@ -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