include: Add an error code.

This commit is contained in:
Paul Vriens 2009-09-29 11:40:11 +02:00 committed by Alexandre Julliard
parent a04e265486
commit 558b7a3c4f
1 changed files with 1 additions and 0 deletions

View File

@ -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 */