[PSDK]
[reactos.git] / reactos / include / psdk / wingdi.h
index c304a5c..b7bd62b 100644 (file)
@@ -822,6 +822,8 @@ extern "C" {
 #define MM_TEXT 1
 #define MM_TWIPS 6
 #define MM_MAX_FIXEDSCALE      MM_TWIPS
+#define MM_MIN MM_TEXT
+#define MM_MAX MM_ANISOTROPIC
 #define ABSOLUTE       1
 #define RELATIVE       2
 #define PC_EXPLICIT 2
@@ -1653,7 +1655,7 @@ typedef struct tagEMRBITBLT {
 typedef struct tagLOGBRUSH {
        UINT lbStyle;
        COLORREF lbColor;
-       LONG lbHatch;
+       ULONG_PTR lbHatch;
 } LOGBRUSH,*PLOGBRUSH,*LPLOGBRUSH;
 typedef LOGBRUSH PATTERN,*PPATTERN,*LPPATTERN;
 typedef struct tagLOGBRUSH32 {
@@ -2915,6 +2917,7 @@ BOOL WINAPI FlattenPath(HDC);
 BOOL WINAPI FloodFill(HDC,int,int,COLORREF);
 BOOL WINAPI GdiAlphaBlend(HDC,int,int,int,int,HDC,int,int,int,int,BLENDFUNCTION);
 BOOL WINAPI GdiComment(HDC,UINT,const BYTE*);
+DEVMODEW* WINAPI GdiConvertToDevmodeW(const DEVMODEA *);
 BOOL WINAPI GdiFlush(void);
 DWORD WINAPI GdiGetBatchLimit(void);
 DWORD WINAPI GdiSetBatchLimit(DWORD);