Module: wine Branch: master Commit: 4442306a847af82a03a5b579f752968c8623b24f URL: http://source.winehq.org/git/wine.git/?a=commit;h=4442306a847af82a03a5b579f7...
Author: James Hawkins jhawkins@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;