Commit 3d5f2a88 authored by Klaas van Gend's avatar Klaas van Gend Committed by Alexandre Julliard

Implemented the return of hDevModes and hDevNames in the PRINTDLG

structure of PrintDlgA().
parent 6103e4b1
......@@ -506,6 +506,7 @@ DECL_WINELIB_TYPE_AW(LPPRINTDLG)
#define PD_ENABLEPRINTTEMPLATEHANDLE 0x00010000
#define PD_ENABLESETUPTEMPLATEHANDLE 0x00020000
#define PD_USEDEVMODECOPIES 0x00040000
#define PD_USEDEVMODECOPIESANDCOLLATE 0x00040000
#define PD_DISABLEPRINTTOFILE 0x00080000
#define PD_HIDEPRINTTOFILE 0x00100000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment