Alistair Leslie-Hughes : include: Add more CLR_E_SHIM defines.

Alexandre Julliard julliard at winehq.org
Mon Oct 28 15:13:04 CDT 2013


Module: wine
Branch: master
Commit: 57f5e14196567281ef46b08be0c222df992312e2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=57f5e14196567281ef46b08be0c222df992312e2

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Mon Oct 28 11:32:47 2013 +1100

include: Add more CLR_E_SHIM defines.

---

 include/corerror.h |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/include/corerror.h b/include/corerror.h
index 3ddfe47..6419ea1 100644
--- a/include/corerror.h
+++ b/include/corerror.h
@@ -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 */




More information about the wine-cvs mailing list