msvcrt: Remove WINAPI on static functions where not needed.

Francois Gouget fgouget at codeweavers.com
Wed Nov 26 10:15:49 CST 2008


---

If you know other places where the functions touched by this patch 
are used, please let me know. For more details, see:

http://www.winehq.org/pipermail/wine-patches/2008-November/064995.html


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

diff --git a/dlls/msvcrt/cpp.c b/dlls/msvcrt/cpp.c
index 8328497..a8687e3 100644
--- a/dlls/msvcrt/cpp.c
+++ b/dlls/msvcrt/cpp.c
@@ -131,7 +131,7 @@ static void dump_obj_locator( const rtti_object_locator *ptr )
 }
 
 /* Internal common ctor for exception */
-static void WINAPI EXCEPTION_ctor(exception *_this, const char** name)
+static void EXCEPTION_ctor(exception *_this, const char** name)
 {
   _this->vtable = &MSVCRT_exception_vtable;
   if (*name)
-- 
1.5.6.5




More information about the wine-patches mailing list