* include/winuser.h (MOUSEEVENTF_*): Cleanup and new define.
(HSHELL_*): Cleanup and new define. (SMTO_*): Cleanup and new define. (SPI_*): Cleanup and new define. (SPIF_*): Cleanup. (HWND_MESSAGE): Windows 2000 only. (SIF_*): Cleanup. (SWP_*): Cleanup. * include/wingdi.h (ETO_*): Cleanup and new define.
This commit is contained in:
@ -569,10 +569,18 @@ extern "C" {
|
||||
#define DCBA_FACEDOWNRIGHT 259
|
||||
#define FLOODFILLBORDER 0
|
||||
#define FLOODFILLSURFACE 1
|
||||
#define ETO_CLIPPED 4
|
||||
#define ETO_GLYPH_INDEX 16
|
||||
#define ETO_OPAQUE 2
|
||||
#define ETO_RTLREADING 128
|
||||
#define ETO_CLIPPED 0x0004
|
||||
#define ETO_GLYPH_INDEX 0x0010
|
||||
#define ETO_OPAQUE 0x0002
|
||||
#define ETO_NUMERICSLATIN 0x0800
|
||||
#define ETO_NUMERICSLOCAL 0x0400
|
||||
#define ETO_RTLREADING 0x0080
|
||||
#if (_WIN32_WINNT >= 0x0400)
|
||||
#define ETO_IGNORELANGUAGE 0x1000
|
||||
#endif
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
#define ETO_PDY 0x2000
|
||||
#endif
|
||||
#define GDICOMMENT_WINDOWS_METAFILE (-2147483647)
|
||||
#define GDICOMMENT_BEGINGROUP 2
|
||||
#define GDICOMMENT_ENDGROUP 3
|
||||
|
Reference in New Issue
Block a user