Vijay Kiran Kamuju : oleaut32: Merge four DWORDs into a GUID.

Alexandre Julliard julliard at winehq.org
Fri Jun 12 16:01:17 CDT 2020


Module: wine
Branch: master
Commit: 45f0a15edc8e9a42ff317fab8677d9c107c8d48a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=45f0a15edc8e9a42ff317fab8677d9c107c8d48a

Author: Vijay Kiran Kamuju <infyquest at gmail.com>
Date:   Fri Jun 12 10:07:19 2020 +0100

oleaut32: Merge four DWORDs into a GUID.

Signed-off-by: Vijay Kiran Kamuju <infyquest at gmail.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/oleaut32/typelib.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dlls/oleaut32/typelib.h b/dlls/oleaut32/typelib.h
index 9c700b11a7..521d176bfe 100644
--- a/dlls/oleaut32/typelib.h
+++ b/dlls/oleaut32/typelib.h
@@ -309,10 +309,7 @@ typedef struct {
 /*08*/  WORD res08;             /* some kind of len/offset ?? */
 /*0a*/	WORD first_blk;		/* 1 based index into blk entries that
 				   corresponds to first block in file */
-/*0c*/	DWORD res0c;		/* always 0x000204ff */
-/*10*/  DWORD res10;		/* always 0x00000000 */
-/*14*/	DWORD res14;		/* always 0x000000c0 */
-/*18*/	DWORD res18;		/* always 0x46000000 */
+/*0c*/	GUID guid;		/* always 000204ff-0000-0000-c000-000000000046 */
 /*1c*/	DWORD res1c;		/* always 0x00000044 */
 /*20*/	DWORD res20;		/* always 0xffff0000 */
 } SLTG_Header;




More information about the wine-cvs mailing list