Commit c232cf10 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msvcrt: Remove WINAPI on static functions where not needed.

parent e7233956
...@@ -131,7 +131,7 @@ static void dump_obj_locator( const rtti_object_locator *ptr ) ...@@ -131,7 +131,7 @@ static void dump_obj_locator( const rtti_object_locator *ptr )
} }
/* Internal common ctor for exception */ /* 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; _this->vtable = &MSVCRT_exception_vtable;
if (*name) if (*name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment