Module: wine Branch: master Commit: ffb2cfc29e5cb51ed6747a872a6c99ffa1e1a352 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ffb2cfc29e5cb51ed6747a872a...
Author: Sunil Mohan Adapa sunilmohan@fsf.org.in Date: Tue Nov 10 10:30:24 2009 +0530
oleaut32: Update comment about a newly seen value in SLTG TypeLib.
---
dlls/oleaut32/typelib.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/oleaut32/typelib.h b/dlls/oleaut32/typelib.h index 1fe8ecf..b1c85ed 100644 --- a/dlls/oleaut32/typelib.h +++ b/dlls/oleaut32/typelib.h @@ -413,7 +413,7 @@ typedef struct { /*0e*/ DWORD res0e; /* 0xffffffff */ /*12*/ WORD major_version; /* major version number */ /*14*/ WORD minor_version; /* minor version number */ -/*16*/ DWORD res16; /* 0xfffe0000 */ +/*16*/ DWORD res16; /* 0xfffe0000 or 0xfffc0000 (on dual interfaces?) */ /*1a*/ BYTE typeflags1;/* 0x02 | top 5 bits hold l5sbs of TYPEFLAGS */ /*1b*/ BYTE typeflags2;/* TYPEFLAGS >> 5 */ /*1c*/ BYTE typeflags3;/* 0x02*/