mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:33:07 +00:00
Update Headers for Printing and Other
Add missing flags and function types. Fix typos.
This commit is contained in:
parent
4093681ad0
commit
d48345a0ee
4 changed files with 12 additions and 2 deletions
|
@ -1034,6 +1034,7 @@ extern "C" {
|
|||
#define SETALLJUSTVALUES 771
|
||||
#define SETCHARSET 772
|
||||
#define STRETCHBLT 2048
|
||||
#define METAFILE_DRIVER 2049
|
||||
#define GETSETSCREENPARAMS 3072
|
||||
#define QUERYDIBSUPPORT 3073
|
||||
#define BEGIN_PATH 4096
|
||||
|
@ -1056,6 +1057,12 @@ extern "C" {
|
|||
#define CLOSECHANNEL 4112
|
||||
#define POSTSCRIPT_PASSTHROUGH 4115
|
||||
#define ENCAPSULATED_POSTSCRIPT 4116
|
||||
#define POSTSCRIPT_IDENTIFY 4117
|
||||
#define POSTSCRIPT_INJECTION 4118
|
||||
#define CHECKJPEGFORMAT 4119
|
||||
#define CHECKPNGFORMAT 4120
|
||||
#define GET_PS_FEATURESETTING 4121
|
||||
#define SPCLPASSTHROUGH2 4568
|
||||
#define QDI_SETDIBITS 1
|
||||
#define QDI_GETDIBITS 2
|
||||
#define QDI_DIBTOSCREEN 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue