Francois Gouget : msvcrt: Remove WINAPI on static functions where not needed.

Alexandre Julliard julliard at winehq.org
Fri Nov 28 07:16:28 CST 2008


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Nov 26 17:15:49 2008 +0100

msvcrt: Remove WINAPI on static functions where not needed.

---

 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)




More information about the wine-cvs mailing list