Update POLYPATBLT.

svn path=/trunk/; revision=32830
This commit is contained in:
James Tabor 2008-04-03 17:51:41 +00:00
parent 5c0c5d219e
commit df86e750c3

View file

@ -61,7 +61,14 @@ typedef struct _LOGCOLORSPACEEXW
DWORD dwFlags;
} LOGCOLORSPACEEXW, *PLOGCOLORSPACEEXW;
typedef struct _POLYPATBLT POLYPATBLT, *PPOLYPATBLT;
typedef struct _POLYPATBLT
{
INT nXLeft;
INT nYLeft;
INT nWidth;
INT nHeight;
HBRUSH hBrush;
} POLYPATBLT, *PPOLYPATBLT;
/* NtGdiAddRemoteMMInstanceToDC */
typedef struct tagDOWNLOADDESIGNVECTOR