Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorMumit Khan <khan@@xraylith.wisc.edu>2000-04-25 23:22:31 +0400
committerMumit Khan <khan@@xraylith.wisc.edu>2000-04-25 23:22:31 +0400
commit8017cc0edd135fb798f276c50b997c8f404595a9 (patch)
tree5050fec2e4287eeb91864a4922864aeae8a2a70b /winsup
parent84364d972c14e766cc2e8a01086068c67f9619ff (diff)
2000-04-25 Mumit Khan <khan@xraylith.wisc.edu>
* include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/winspool.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index bca220a6d..25862b95e 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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.
diff --git a/winsup/w32api/include/winspool.h b/winsup/w32api/include/winspool.h
index 7d9f280e1..b4a909e90 100644
--- a/winsup/w32api/include/winspool.h
+++ b/winsup/w32api/include/winspool.h
@@ -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