oleaut32: Save typelib SYSKIND.

This commit is contained in:
Andrew Eikum 2013-08-12 15:24:19 -05:00 committed by Alexandre Julliard
parent cc29cad2cc
commit 6f5cc0887e
1 changed files with 1 additions and 1 deletions

View File

@ -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)