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

Function GetCompilationTarget

source/Core.cpp:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288UINT GetCompilationTarget(void)
289{
290 return sizeof(void*) * 8; // Portable (Windows, Linux); returns 32 or 64
291}
292
293std::string GetAppleWinVersionAndBuild(void)
294{

Callers 2

CmdVersionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected