Maybe you can do it for ?swprintf@@YAHPA_WIPB_WZZ as well...

André Hentschel a écrit :
somehow regarding http://source.winehq.org/patches/data/57476
---
 dlls/msvcrt/tests/cpp.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/msvcrt/tests/cpp.c b/dlls/msvcrt/tests/cpp.c
index 106ef73..a75883d 100644
--- a/dlls/msvcrt/tests/cpp.c
+++ b/dlls/msvcrt/tests/cpp.c
@@ -1034,6 +1034,9 @@ static void test_demangle(void)
 /* 113 */ {"?...@t@@qaehqay...@bo@$$...@z", "public: int __thiscall T::f(char const 
(* const)[20][30])"},
 /* 114 */ 
{"??0?$...@u?$vector_c@h$00$01$0?1...@$0a@$0hpppp...@$0hppppppp@$0hpppp...@$0hppppppp@$0hpppp...@$0hppppppp@$0hpppp...@$0hppppppp@$0hpppp...@$0hppppppp@$0hpppp...@$0hppppppp@$0hpppp...@$0hppppppp@$0HPPPPPPP@@m...@boost@@@@q...@xz",
            "public: __thiscall Foo<struct 
boost::mpl::vector_c<int,1,2,-2,0,0,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647>
 >::Foo<struct 
boost::mpl::vector_c<int,1,2,-2,0,0,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647>
 >(void)"},
+/* 115 */ {"?swprintf@@YAHPAGIPBGZZ", "int __cdecl swprintf(unsigned short 
*,unsigned int,unsigned short const *,...)"},
+/* 116 */ {"?vswprintf@@yahpagipbg...@z", "int __cdecl vswprintf(unsigned short 
*,unsigned int,unsigned short const *,char *)"},
+/* 117 */ {"?vswprintf@@yahpa_wipb_w...@z", "int __cdecl vswprintf(wchar_t 
*,unsigned int,wchar_t const *,char *)"},
};
     int i, num_test = (sizeof(test)/sizeof(test[0]));





Reply via email to