Piotr Caban : msvcp90: VTBL_WRAPPER(60) is unused so remove it.

Alexandre Julliard julliard at winehq.org
Mon Sep 17 14:06:32 CDT 2012


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

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Mon Sep 17 10:22:38 2012 +0200

msvcp90: VTBL_WRAPPER(60) is unused so remove it.

---

 dlls/msvcp90/cxx.h          |    1 -
 dlls/msvcp90/locale.c       |    2 +-
 dlls/msvcp90/msvcp90_main.c |    1 -
 3 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/dlls/msvcp90/cxx.h b/dlls/msvcp90/cxx.h
index 956675c..ac94032 100644
--- a/dlls/msvcp90/cxx.h
+++ b/dlls/msvcp90/cxx.h
@@ -212,7 +212,6 @@ extern void *vtbl_wrapper_44;
 extern void *vtbl_wrapper_48;
 extern void *vtbl_wrapper_52;
 extern void *vtbl_wrapper_56;
-extern void *vtbl_wrapper_60;
 
 #else
 
diff --git a/dlls/msvcp90/locale.c b/dlls/msvcp90/locale.c
index a2b37a7..010284e 100644
--- a/dlls/msvcp90/locale.c
+++ b/dlls/msvcp90/locale.c
@@ -7284,7 +7284,7 @@ char* __cdecl num_put_wchar__Ifmt(const num_put *this, char *fmt, const char *sp
     return fmt;
 }
 
-static ostreambuf_iterator_wchar* __cdecl num_put__Iput(const num_put *this, ostreambuf_iterator_wchar *ret,
+static ostreambuf_iterator_wchar* num_put__Iput(const num_put *this, ostreambuf_iterator_wchar *ret,
         ostreambuf_iterator_wchar dest, ios_base *base, wchar_t fill, char *buf,
         MSVCP_size_t count, numpunct_wchar *numpunct)
 {
diff --git a/dlls/msvcp90/msvcp90_main.c b/dlls/msvcp90/msvcp90_main.c
index 31a2d82..cb6377f 100644
--- a/dlls/msvcp90/msvcp90_main.c
+++ b/dlls/msvcp90/msvcp90_main.c
@@ -53,7 +53,6 @@ DEFINE_VTBL_WRAPPER(44);
 DEFINE_VTBL_WRAPPER(48);
 DEFINE_VTBL_WRAPPER(52);
 DEFINE_VTBL_WRAPPER(56);
-DEFINE_VTBL_WRAPPER(60);
 
 #endif
 




More information about the wine-cvs mailing list