mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:53:07 +00:00
add MUI error codes from wine
svn path=/trunk/; revision=44193
This commit is contained in:
parent
4df398e191
commit
0b4a63a920
1 changed files with 10 additions and 0 deletions
|
@ -1924,6 +1924,16 @@
|
||||||
#define ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE 14079L
|
#define ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE 14079L
|
||||||
#define ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME 14080
|
#define ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME 14080
|
||||||
|
|
||||||
|
#define ERROR_MUI_FILE_NOT_FOUND 15100
|
||||||
|
#define ERROR_MUI_INVALID_FILE 15101
|
||||||
|
#define ERROR_MUI_INVALID_RC_CONFIG 15102
|
||||||
|
#define ERROR_MUI_INVALID_LOCALE_NAME 15103
|
||||||
|
#define ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME 15104
|
||||||
|
#define ERROR_MUI_FILE_NOT_LOADED 15105
|
||||||
|
#define ERROR_RESOURCE_ENUM_USER_STOP 15106
|
||||||
|
#define ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED 15107
|
||||||
|
#define ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME 15108
|
||||||
|
|
||||||
/* HRESULT values for OLE, SHELL and other Interface stuff */
|
/* HRESULT values for OLE, SHELL and other Interface stuff */
|
||||||
/* the codes 4000-40ff are reserved for OLE */
|
/* the codes 4000-40ff are reserved for OLE */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue