[PATCH 03/13] [DbgHelp]: fix mixed up return and this type in MFunction V2

Eric Pouech eric.pouech at orange.fr
Wed Feb 6 14:55:17 CST 2008




A+
---

 include/wine/mscvpdb.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/include/wine/mscvpdb.h b/include/wine/mscvpdb.h
index 58627c0..8a22dfd 100644
--- a/include/wine/mscvpdb.h
+++ b/include/wine/mscvpdb.h
@@ -343,9 +343,9 @@ union codeview_type
     {
         unsigned short int      len;
         short int               id;
-        unsigned                this_type;
-        unsigned int            class_type;
         unsigned int            rvtype;
+        unsigned int            class_type;
+        unsigned                this_type;
         unsigned char           call;
         unsigned char           reserved;
         unsigned short          params;





More information about the wine-patches mailing list