msvcrt: Remove WINAPI on static functions where not needed.
This commit is contained in:
parent
e723395617
commit
c232cf1050
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue