include: Add more CLR_E_SHIM defines

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Mon Oct 28 03:37:02 CDT 2013


Hi,


Changelog:
     include: Add more CLR_E_SHIM defines


Best Regards
  Alistair Leslie-Hughes
-------------- next part --------------
>From 37d74fcd86ced6066b04cc5a3c653570f723948d Mon Sep 17 00:00:00 2001
From: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date: Mon, 28 Oct 2013 11:32:47 +1100
Subject: [PATCH] Add more CLR_E_SHIM defines
To: wine-patches <wine-patches at winehq.org>

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

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



More information about the wine-patches mailing list