commit | 558b7a3c4f2ae8a830414385736d0ee7b51a6999 | [log] [tgz] |
---|---|---|
author | Paul Vriens <Paul.Vriens.Wine@gmail.com> | Tue Sep 29 11:40:11 2009 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Sep 29 14:22:33 2009 +0200 |
tree | 89cb85aa525f79281775350ebcdbea8545a94075 | |
parent | a04e265486d85f6a3acbc62ef5b715e49d4bcd0b [diff] |
include: Add an error code.
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 @@ #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 */