From 4e877163cf0b7721fa59bc1f0f9dac4b15d944bc Mon Sep 17 00:00:00 2001 From: Huw D M Davies Date: Fri, 3 Sep 1999 16:43:56 +0000 Subject: [PATCH] A few more DC_ defines from Win2000. --- include/wingdi.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/include/wingdi.h b/include/wingdi.h index 1d862514a36..ee909a6e57e 100644 --- a/include/wingdi.h +++ b/include/wingdi.h @@ -211,6 +211,15 @@ DECL_WINELIB_TYPE_AW(LOGCOLORSPACE) #define DC_COLLATE 22 #define DC_MANUFACTURER 23 #define DC_MODEL 24 +#define DC_PERSONALITY 25 +#define DC_PRINTRATE 26 +#define DC_PRINTRATEUNIT 27 +#define DC_PRINTERMEM 28 +#define DC_MEDIAREADY 29 +#define DC_STAPLE 30 +#define DC_PRINTRATEPPM 31 +#define DC_COLORDEVICE 32 +#define DC_NUP 33 #define DCTT_BITMAP 0x00000001L #define DCTT_DOWNLOAD 0x00000002L @@ -226,6 +235,11 @@ DECL_WINELIB_TYPE_AW(LOGCOLORSPACE) #define DCBA_FACEDOWNLEFT 0x0102 #define DCBA_FACEDOWNRIGHT 0x0103 +#define PRINTRATEUNIT_PPM 1 +#define PRINTRATEUNIT_CPS 2 +#define PRINTRATEUNIT_LPM 3 +#define PRINTRATEUNIT_IPM 4 + /* Flag returned from Escape QUERYDIBSUPPORT */ #define QDI_SETDIBITS 1 #define QDI_GETDIBITS 2