diff --git a/dlls/msvcrt/cpp.c b/dlls/msvcrt/cpp.c index 8328497d7f..a8687e3de1 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)