mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-25 19:19:02 +00:00
Synchronize Linux build. (PR #1037)
. remove OutputDebugStringA() . push changes to StdAfx.h . mention g_strSaveStatePathname in the error message for loading save-state
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ void LogOutput(const char* format, ...)
|
||||
va_list args;
|
||||
va_start(args, format);
|
||||
|
||||
OutputDebugStringA(StrFormat(format, args).c_str());
|
||||
OutputDebugString(StrFormat(format, args).c_str());
|
||||
|
||||
va_end(args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user