Louis Lenders : include: Add RUNTIME_INFO_FLAGS enumeration to mscoree header.

Alexandre Julliard julliard at winehq.org
Thu Aug 26 11:42:05 CDT 2010


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

Author: Louis Lenders <xerox_xerox2000 at yahoo.co.uk>
Date:   Wed Aug 25 22:03:14 2010 +0200

include: Add RUNTIME_INFO_FLAGS enumeration to mscoree header.

---

 include/mscoree.idl |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/include/mscoree.idl b/include/mscoree.idl
index 19749fb..56861cd 100644
--- a/include/mscoree.idl
+++ b/include/mscoree.idl
@@ -36,6 +36,16 @@ cpp_quote("HRESULT     WINAPI LockClrVersion(FLockClrVersionCallback,FLockClrVer
 
 typedef void* HDOMAINENUM;
 
+typedef enum RUNTIME_INFO_FLAGS {
+    RUNTIME_INFO_UPGRADE_VERSION = 0x1,
+    RUNTIME_INFO_REQUEST_IA64 = 0x2,
+    RUNTIME_INFO_REQUEST_AMD64 = 0x4,
+    RUNTIME_INFO_REQUEST_X86 = 0x8,
+    RUNTIME_INFO_DONT_RETURN_DIRECTORY = 0x10,
+    RUNTIME_INFO_DONT_RETURN_VERSION = 0x20,
+    RUNTIME_INFO_DONT_SHOW_ERROR_DIALOG = 0x40
+} RUNTIME_INFO_FLAGS;
+
 [
     uuid(F31D1788-C397-4725-87A5-6AF3472C2791),
     version(1.0),




More information about the wine-cvs mailing list