Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
288
UINT GetCompilationTarget(void)
289
{
290
return sizeof(void*) * 8; // Portable (Windows, Linux); returns 32 or 64
291
}
292
293
std::string GetAppleWinVersionAndBuild(void)
294
{
Callers
2
GetAppleWinVersionAndBuild
Function · 0.85
CmdVersion
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected