Update Header

Add missing structure.
This commit is contained in:
James Tabor 2019-08-29 15:47:56 -05:00
parent c8681feee9
commit a02b3da183

View file

@ -980,6 +980,16 @@ extern "C" {
#define ICM_ON 2
#define ICM_OFF 1
#define ICM_QUERY 3
#if (WINVER >= 0x0400)
typedef struct _DRAWPATRECT {
POINT ptPosition;
POINT ptSize;
WORD wStyle;
WORD wPattern;
} DRAWPATRECT, *PDRAWPATRECT;
#endif
#define NEWFRAME 1
#define ABORTDOC 2
#define NEXTBAND 3