Update Header
authorJames Tabor <james.tabor@reactos.org>
Thu, 29 Aug 2019 20:47:56 +0000 (15:47 -0500)
committerJames Tabor <james.tabor@reactos.org>
Thu, 29 Aug 2019 20:47:56 +0000 (15:47 -0500)
Add missing structure.

sdk/include/psdk/wingdi.h

index bcaeb6c..5cb03cc 100644 (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