2000-04-25 Mumit Khan <khan@xraylith.wisc.edu>

* include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
This commit is contained in:
Mumit Khan 2000-04-25 19:22:31 +00:00
parent 84364d972c
commit 8017cc0edd
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2000-04-25 Mumit Khan <khan@xraylith.wisc.edu>
* include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
2000-04-25 Martin Kotulla <martin-k@softmaker.de>
* include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.

View file

@ -104,6 +104,8 @@ extern "C" {
#define PRINTER_ATTRIBUTE_DO_COMPLETE_FIRST 0x200
#define PRINTER_ATTRIBUTE_WORK_OFFLINE 0x400
#define PRINTER_ATTRIBUTE_ENABLE_BIDI 0x800
#define PRINTER_ATTRIBUTE_RAW_ONLY 0x1000
#define PRINTER_ATTRIBUTE_PUBLISHED 0x2000
#define PRINTER_ENUM_DEFAULT 1
#define PRINTER_ENUM_LOCAL 2
#define PRINTER_ENUM_CONNECTIONS 4