Piotr Caban : msvcrt: Fixed typo in DEFINE_EXCEPTION_TYPE_INFO macro.

Alexandre Julliard julliard at winehq.org
Wed May 30 13:18:52 CDT 2012


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

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Wed May 30 09:41:28 2012 +0200

msvcrt: Fixed typo in DEFINE_EXCEPTION_TYPE_INFO macro.

---

 dlls/msvcrt/cpp.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msvcrt/cpp.c b/dlls/msvcrt/cpp.c
index 9564ff3..baf20b2 100644
--- a/dlls/msvcrt/cpp.c
+++ b/dlls/msvcrt/cpp.c
@@ -761,8 +761,8 @@ static const cxx_type_info_table name ## _type_info_table = \
     base_classes+1, \
     { \
         &name ## _cxx_type_info, \
-        cl2, \
-        cl1 \
+        cl1, \
+        cl2 \
     } \
 }; \
 \




More information about the wine-cvs mailing list