Fix #9388: thread unsafe use of NetworkAdminConsole/IConsolePrint

This commit is contained in:
Rubidium
2021-07-23 22:36:17 +02:00
committed by rubidium42
parent 63116bd59f
commit 92559e6f3a
6 changed files with 79 additions and 2 deletions

View File

@@ -122,4 +122,7 @@ void CDECL ShowInfoF(const char *str, ...) WARN_FORMAT(1, 2);
const char *GetLogPrefix();
void DebugSendRemoteMessages();
void DebugReconsiderSendRemoteMessages();
#endif /* DEBUG_H */