Add two printer error codes

Mike McCormack mike at codeweavers.com
Tue Aug 12 00:53:02 CDT 2003


ChangeLog:
* Add two printer error codes
-------------- next part --------------
Index: include/winerror.h
===================================================================
RCS file: /home/wine/wine/include/winerror.h,v
retrieving revision 1.45
diff -u -r1.45 winerror.h
--- include/winerror.h	24 Dec 2002 00:26:16 -0000	1.45
+++ include/winerror.h	12 Aug 2003 05:35:14 -0000
@@ -878,6 +878,8 @@
 #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


More information about the wine-patches mailing list