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

msvcrt: Remove WINAPI on static functions where not needed.

parent 6a609c21
......@@ -86,7 +86,7 @@ static const struct
{ EXCEPTION_FLT_UNDERFLOW, MSVCRT__FPE_UNDERFLOW },
};
static LONG WINAPI msvcrt_exception_filter(struct _EXCEPTION_POINTERS *except)
static LONG msvcrt_exception_filter(struct _EXCEPTION_POINTERS *except)
{
LONG ret = EXCEPTION_CONTINUE_SEARCH;
MSVCRT___sighandler_t handler;
......
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