mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
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
Block a user