include: Add more CLR_E_SHIM defines.

This commit is contained in:
Alistair Leslie-Hughes 2013-10-28 11:32:47 +11:00 committed by Alexandre Julliard
parent 876cc598c3
commit 57f5e14196

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