mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Updated widl-SLTG_Typelib_Support patchset
Remove compile warning.
This commit is contained in:
parent
d3de5eadd9
commit
e2d51dfc4b
@ -202,7 +202,7 @@ index 82ea76c..0a5e07c 100644
|
||||
- /* Skip this WORD and get the next DWORD */
|
||||
- len = *(DWORD*)(pAfterOTIBlks + 2);
|
||||
+ hlp_strings = (const BYTE *)ptr + sizeof(DWORD);
|
||||
+ TRACE("max help string length %#x, help strings length %#x\n",
|
||||
+ TRACE("max help string length %#x, help strings length %#lx\n",
|
||||
+ *(WORD *)hlp_strings, *(DWORD *)(hlp_strings + 2));
|
||||
|
||||
/* Now add this to pLibBLk look at what we're pointing at and
|
||||
|
Loading…
Reference in New Issue
Block a user