msvcrt: Remove WINAPI on static functions where not needed.

This commit is contained in:
Francois Gouget 2008-11-26 17:15:49 +01:00 committed by Alexandre Julliard
parent e723395617
commit c232cf1050

View File

@ -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)