Huw Davies : include: Add a couple of missing printer status values.

Alexandre Julliard julliard at winehq.org
Thu May 31 13:30:41 CDT 2012


Module: wine
Branch: master
Commit: e550cee7ccb7c4cf03203685b785d55e9f6f4c39
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e550cee7ccb7c4cf03203685b785d55e9f6f4c39

Author: Huw Davies <huw at codeweavers.com>
Date:   Thu May 31 13:57:38 2012 +0100

include: Add a couple of missing printer status values.

---

 include/winspool.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/winspool.h b/include/winspool.h
index f436bea..4648ec4 100644
--- a/include/winspool.h
+++ b/include/winspool.h
@@ -98,6 +98,8 @@ extern "C" {
 #define PRINTER_STATUS_DOOR_OPEN         0x00400000
 #define PRINTER_STATUS_SERVER_UNKNOWN    0x00800000
 #define PRINTER_STATUS_POWER_SAVE        0x01000000
+#define PRINTER_STATUS_SERVER_OFFLINE    0x02000000
+#define PRINTER_STATUS_DRIVER_UPDATE_NEEDED 0x04000000
 
 #define NO_PRIORITY  0
 #define MAX_PRIORITY 99




More information about the wine-cvs mailing list