fusion: Fix the type of an assembly struct member.

This commit is contained in:
James Hawkins 2008-05-03 21:14:34 -05:00 committed by Alexandre Julliard
parent f315d0291d
commit 4442306a84

View file

@ -79,7 +79,7 @@ typedef struct
typedef struct
{
DWORD ResolutionScope;
WORD ResolutionScope;
WORD Name;
WORD Namespace;
} TYPEREFTABLE;