[saco] Implement/match ScriptCommand(...)

This commit is contained in:
RD42
2024-07-12 18:38:48 +08:00
parent 4a7312878e
commit 8a535f0dc6
3 changed files with 110 additions and 4 deletions

View File

@ -231,7 +231,7 @@ LONG WINAPI exc_handler(_EXCEPTION_POINTERS* exc_inf)
//----------------------------------------------------
int exc_filter(unsigned int code, struct _EXCEPTION_POINTERS *ep, char *what)
int WINAPI exc_filter(unsigned int code, struct _EXCEPTION_POINTERS *ep, char *what)
{
if(pChatWindow)
{