winerror.h update

Francois Gouget fgouget at free.fr
Sun Dec 22 22:03:57 CST 2002


Changelog:

 * include/winerror.h

   Add a couple missing macros


Index: include/winerror.h
===================================================================
RCS file: /home/wine/wine/include/winerror.h,v
retrieving revision 1.44
diff -u -r1.44 winerror.h
--- include/winerror.h	9 Sep 2002 19:25:29 -0000	1.44
+++ include/winerror.h	23 Dec 2002 03:25:23 -0000
@@ -833,7 +833,13 @@
 #define RPC_S_PRF_ELT_NOT_REMOVED                          1927
 #define RPC_S_GRP_ELT_NOT_ADDED                            1928
 #define RPC_S_GRP_ELT_NOT_REMOVED                          1929
+#define ERROR_KM_DRIVER_BLOCKED                            1930
 #define ERROR_CONTEXT_EXPIRED                              1931
+#define ERROR_PER_USER_TRUST_QUOTA_EXCEEDED                1932
+#define ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED                1933
+#define ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED             1934
+#define ERROR_AUTHENTICATION_FIREWALL_FAILED               1935
+#define ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED             1936
 #define ERROR_INVALID_PIXEL_FORMAT                         2000
 #define ERROR_BAD_DRIVER                                   2001
 #define ERROR_INVALID_WINDOW_STYLE                         2002


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
           Cahn's Axiom: When all else fails, read the instructions.




More information about the wine-patches mailing list