include: Add more CLR_E_SHIM defines.

oldstable
Alistair Leslie-Hughes 2013-10-28 11:32:47 +11:00 committed by Alexandre Julliard
parent 876cc598c3
commit 57f5e14196
1 changed files with 5 additions and 1 deletions

View File

@ -126,5 +126,9 @@
#define CLR_E_SHIM_RUNTIME EMAKEHR(0x1700)
#define CLR_E_SHIM_RUNTIMEEXPORT EMAKEHR(0x1701)
#define CLR_E_SHIM_INSTALLROOT EMAKEHR(0x1702)
#define CLR_E_SHIM_INSTALLCOMP EMAKEHR(0x1703)
#define CLR_E_SHIM_LEGACYRUNTIMEALREADYBOUND EMAKEHR(0x1704)
#define CLR_E_SHIM_SHUTDOWNINPROGRESS EMAKEHR(0x1705)
#endif /* __WINE_CORERROR_H */
#endif /* __WINE_CORERROR_H */