oleaut32: Merge four DWORDs into a GUID.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ca1d31fc3b
commit
45f0a15edc
|
@ -309,10 +309,7 @@ typedef struct {
|
||||||
/*08*/ WORD res08; /* some kind of len/offset ?? */
|
/*08*/ WORD res08; /* some kind of len/offset ?? */
|
||||||
/*0a*/ WORD first_blk; /* 1 based index into blk entries that
|
/*0a*/ WORD first_blk; /* 1 based index into blk entries that
|
||||||
corresponds to first block in file */
|
corresponds to first block in file */
|
||||||
/*0c*/ DWORD res0c; /* always 0x000204ff */
|
/*0c*/ GUID guid; /* always 000204ff-0000-0000-c000-000000000046 */
|
||||||
/*10*/ DWORD res10; /* always 0x00000000 */
|
|
||||||
/*14*/ DWORD res14; /* always 0x000000c0 */
|
|
||||||
/*18*/ DWORD res18; /* always 0x46000000 */
|
|
||||||
/*1c*/ DWORD res1c; /* always 0x00000044 */
|
/*1c*/ DWORD res1c; /* always 0x00000044 */
|
||||||
/*20*/ DWORD res20; /* always 0xffff0000 */
|
/*20*/ DWORD res20; /* always 0xffff0000 */
|
||||||
} SLTG_Header;
|
} SLTG_Header;
|
||||||
|
|
Loading…
Reference in New Issue