Huw Davies : include: Add a couple of missing printer status values.
Module: wine Branch: master Commit: e550cee7ccb7c4cf03203685b785d55e9f6f4c39 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e550cee7ccb7c4cf03203685b7... Author: Huw Davies <huw(a)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
participants (1)
-
Alexandre Julliard