Remove windows call types collisions

This commit is contained in:
Anders Jenbo 2019-12-26 04:44:16 +01:00
commit 40cea40aa4
36 changed files with 150 additions and 217 deletions

View file

@ -1369,7 +1369,7 @@ DWORD On_SBSPELL(TCmd *pCmd, int pnum)
return sizeof(*p);
}
void __cdecl msg_errorf(const char *pszFmt, ...)
void msg_errorf(const char *pszFmt, ...)
{
static DWORD msg_err_timer;
DWORD ticks;