mirror of
https://github.com/reactos/reactos.git
synced 2026-06-06 21:51:53 +08:00
Update Header
Add missing structure.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user