mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-19 07:37:12 +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:
@@ -210,7 +210,7 @@ static void _SetupColorRamp(const int iPrimary, int & iColor_)
|
||||
#if DEBUG_COLOR_RAMP
|
||||
int len = snprintf_s(sText, _TRUNCATE, " // %d%d%d\n", bB, bG, bR);
|
||||
strRamp.append(sText, len);
|
||||
OutputDebugStringA(strRamp.c_str());
|
||||
OutputDebugString(strRamp.c_str());
|
||||
#endif
|
||||
}
|
||||
#endif // _DEBUG
|
||||
|
||||
Reference in New Issue
Block a user