James Hawkins : fusion: Fix the type of an assembly struct member.

Alexandre Julliard julliard at winehq.org
Mon May 5 07:14:54 CDT 2008


Module: wine
Branch: master
Commit: 4442306a847af82a03a5b579f752968c8623b24f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4442306a847af82a03a5b579f752968c8623b24f

Author: James Hawkins <jhawkins at 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;




More information about the wine-cvs mailing list