MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / GetAppleWinVersionAndBuild

Function GetAppleWinVersionAndBuild

source/Core.cpp:293–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293std::string GetAppleWinVersionAndBuild(void)
294{
295 std::string debugStr =
296#ifdef _DEBUG
297 ", debug";
298#else
299 "";
300#endif
301 return StrFormat("AppleWin version: %s (%d-bit build%s)", g_VERSIONSTRING.c_str(), GetCompilationTarget(), debugStr.c_str());
302}
303
304bool SetCurrentImageDir(const std::string& pszImageDir)
305{

Callers 2

BenchmarkMethod · 0.85
GetAppleWinVersionFunction · 0.85

Calls 2

StrFormatFunction · 0.85
GetCompilationTargetFunction · 0.85

Tested by

no test coverage detected