Paul Vriens : include: Add an error code.

Alexandre Julliard julliard at winehq.org
Tue Sep 29 11:09:08 CDT 2009


Module: wine
Branch: master
Commit: 558b7a3c4f2ae8a830414385736d0ee7b51a6999
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=558b7a3c4f2ae8a830414385736d0ee7b51a6999

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Tue Sep 29 11:40:11 2009 +0200

include: Add an error code.

---

 include/winerror.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/winerror.h b/include/winerror.h
index c7427d7..a1fa985 100644
--- a/include/winerror.h
+++ b/include/winerror.h
@@ -1558,6 +1558,7 @@ static inline HRESULT HRESULT_FROM_WIN32(unsigned int x)
 #define ERROR_SXS_WRONG_SECTION_TYPE                       14009
 #define ERROR_SXS_THREAD_QUERIES_DISABLED                  14010
 #define ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET              14011
+#define ERROR_SXS_CORRUPTION                               14083
 
 /* HRESULT values for OLE, SHELL and other Interface stuff */
 /* the codes 4000-40ff are reserved for OLE */




More information about the wine-cvs mailing list