Andrew Eikum : oleaut32: Save typelib SYSKIND.

Alexandre Julliard julliard at winehq.org
Thu Aug 15 13:12:46 CDT 2013


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

Author: Andrew Eikum <aeikum at codeweavers.com>
Date:   Mon Aug 12 15:24:19 2013 -0500

oleaut32: Save typelib SYSKIND.

---

 dlls/oleaut32/typelib.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/oleaut32/typelib.c b/dlls/oleaut32/typelib.c
index 031f2b1..fa37737 100644
--- a/dlls/oleaut32/typelib.c
+++ b/dlls/oleaut32/typelib.c
@@ -9698,7 +9698,7 @@ static HRESULT WINAPI ICreateTypeLib2_fnSaveAllChanges(ICreateTypeLib2 *iface)
     file.header.magic2 = 0x00010002;
     file.header.lcid = This->set_lcid ? This->set_lcid : MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US);
     file.header.lcid2 = This->set_lcid;
-    file.header.varflags = 0x41; /* TODO?? */
+    file.header.varflags = 0x40 | This->syskind;
     if (This->HelpFile)
         file.header.varflags |= 0x10;
     if (This->HelpStringDll)




More information about the wine-cvs mailing list