=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: include: Add more postscript commands.

Alexandre Julliard julliard at winehq.org
Tue Oct 11 14:03:37 CDT 2011


Module: wine
Branch: master
Commit: 4899eeb15baf0d20a4124a27ccd71175875710ad
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4899eeb15baf0d20a4124a27ccd71175875710ad

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Oct 10 20:11:41 2011 +0200

include: Add more postscript commands.

---

 include/wingdi.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/wingdi.h b/include/wingdi.h
index fcecb2c..dc3f8f7 100644
--- a/include/wingdi.h
+++ b/include/wingdi.h
@@ -353,6 +353,11 @@ DECL_WINELIB_TYPE_AW(LOGCOLORSPACE)
 #define	ENCAPSULATED_POSTSCRIPT	4116
 #define	POSTSCRIPT_IDENTIFY	4117
 #define	POSTSCRIPT_INJECTION	4118
+#define	CHECKJPEGFORMAT		4119
+#define	CHECKPNGFORMAT		4120
+#define	GET_PS_FEATURESETTING	4121
+#define	GDIPLUS_TS_QUERYVER	4122
+#define	GDIPLUS_TS_RECORD	4123
 
 /* for POSTSCRIPT_IDENTIFY */
 #define PSIDENT_GDICENTRIC	0




More information about the wine-cvs mailing list