James Hawkins : fusion: Fix the type of an assembly struct member.
5 May
2008
5 May
'08
7:14 a.m.
Module: wine Branch: master Commit: 4442306a847af82a03a5b579f752968c8623b24f URL: http://source.winehq.org/git/wine.git/?a=commit;h=4442306a847af82a03a5b579f7... Author: James Hawkins <jhawkins(a)codeweavers.com> Date: Sat May 3 21:14:34 2008 -0500 fusion: Fix the type of an assembly struct member. --- dlls/fusion/fusionpriv.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/fusion/fusionpriv.h b/dlls/fusion/fusionpriv.h index ca84a29..829a6b7 100644 --- a/dlls/fusion/fusionpriv.h +++ b/dlls/fusion/fusionpriv.h @@ -79,7 +79,7 @@ typedef struct typedef struct { - DWORD ResolutionScope; + WORD ResolutionScope; WORD Name; WORD Namespace; } TYPEREFTABLE;
6437
Age (days ago)
6437
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard