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