Commit e550cee7 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

include: Add a couple of missing printer status values.

parent bbf8c42f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment