http://bugs.winehq.org/show_bug.cgi?id=16499 --- Comment #12 from Adam Obenhofer <adamobenhofer(a)gmail.com> 2009-01-23 04:52:42 --- (From update of attachment 18924)
--- /dlls/gdi32/gdigdi_private.h 2009-01-23 01:55:37.000000000 -0800 +++ gdi_private_fixed.h 2009-01-23 02:00:27.000000000 -0800 @@ -418,7 +418,6 @@
/* enhmetafile.c */ extern HENHMETAFILE EMF_Create_HENHMETAFILE(ENHMETAHEADER *emh, BOOL on_disk ) DECLSPEC_HIDDEN; - /* freetype.c */
/* Undocumented structure filled in by GdiRealizationInfo */ @@ -523,6 +522,9 @@ /* region.c */ extern BOOL REGION_FrameRgn( HRGN dest, HRGN src, INT x, INT y ) DECLSPEC_HIDDEN;
+/* printdrv.c */ +extern INT WINAPI NamedEscape (HDC hdc, PWCHAR pDriver, INT iEsc, INT cjIn, LPSTR pjIn, INT cjOut, LPSTR pjOut); + /* Undocumented value for DIB's iUsage: Indicates a mono DIB w/o pal entries */ #define DIB_PAL_MONO 2
-- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.