mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Replace left over Q_OS_MAC macro with APL in xswiftbus
This commit is contained in:
@@ -31,7 +31,7 @@ namespace XSwiftBus
|
|||||||
|
|
||||||
char xplanePath[512];
|
char xplanePath[512];
|
||||||
XPLMGetSystemPath(xplanePath);
|
XPLMGetSystemPath(xplanePath);
|
||||||
#ifdef Q_OS_MAC
|
#ifdef APL
|
||||||
if (XPLMIsFeatureEnabled("XPLM_USE_NATIVE_PATHS") == 0)
|
if (XPLMIsFeatureEnabled("XPLM_USE_NATIVE_PATHS") == 0)
|
||||||
{
|
{
|
||||||
HFS2PosixPath(xplanePath, xplanePath, sizeof(xplanePath));
|
HFS2PosixPath(xplanePath, xplanePath, sizeof(xplanePath));
|
||||||
|
|||||||
Reference in New Issue
Block a user