include: Add a couple of missing printer status values.

oldstable
Huw Davies 2012-05-31 13:57:38 +01:00 committed by Alexandre Julliard
parent bbf8c42f69
commit e550cee7cc
1 changed files with 2 additions and 0 deletions

View File

@ -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