From 7342c339795a031bf2bd953437e3ea0a38268406 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Tue, 12 Aug 2003 18:54:03 +0000 Subject: [PATCH] Added two printer error codes. --- include/winerror.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/winerror.h b/include/winerror.h index 28b94b04f18..b691b86c7f6 100644 --- a/include/winerror.h +++ b/include/winerror.h @@ -878,6 +878,8 @@ extern int WIN32_LastError; #define ERROR_SUCCESS_REBOOT_REQUIRED 3010 #define ERROR_SUCCESS_RESTART_REQUIRED 3011 #define ERROR_PRINTER_NOT_FOUND 3012 +#define ERROR_PRINTER_DRIVER_WARNED 3013 +#define ERROR_PRINTER_DRIVER_BLOCKED 3014 #define ERROR_WINS_INTERNAL 4000 #define ERROR_CAN_NOT_DEL_LOCAL_WINS 4001 #define ERROR_STATIC_INIT 4002