From 007ecafb3052c8edd26fdf679591e86a7bf1710a Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Thu, 31 May 2012 13:57:38 +0100 Subject: [PATCH] include: Add a couple of missing printer status values. (cherry picked from commit e550cee7ccb7c4cf03203685b785d55e9f6f4c39) --- include/winspool.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/winspool.h b/include/winspool.h index f436bea234b..4648ec46de8 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 -- 2.11.4.GIT