mirror of
https://github.com/reactos/reactos.git
synced 2025-06-14 04:58:31 +00:00
Update Header
Add missing structure.
This commit is contained in:
parent
c8681feee9
commit
a02b3da183
1 changed files with 10 additions and 0 deletions
|
@ -980,6 +980,16 @@ extern "C" {
|
||||||
#define ICM_ON 2
|
#define ICM_ON 2
|
||||||
#define ICM_OFF 1
|
#define ICM_OFF 1
|
||||||
#define ICM_QUERY 3
|
#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 NEWFRAME 1
|
||||||
#define ABORTDOC 2
|
#define ABORTDOC 2
|
||||||
#define NEXTBAND 3
|
#define NEXTBAND 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue