mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
wlog: fix build on windows
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user