wlog: fix build on windows
This commit is contained in:
parent
57f952bbbc
commit
25137988fe
@ -65,7 +65,7 @@ static BOOL WLog_ConsoleAppender_WriteMessage(wLog* log, wLogAppender* appender,
|
||||
WLog_Layout_GetMessagePrefix(log, appender->Layout, message);
|
||||
|
||||
#ifdef _WIN32
|
||||
if (appender->outputStream == WLOG_CONSOLE_DEBUG)
|
||||
if (consoleAppender->outputStream == WLOG_CONSOLE_DEBUG)
|
||||
{
|
||||
char MessageString[4096];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user