mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15: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];
|
||||
XPLMGetSystemPath(xplanePath);
|
||||
#ifdef Q_OS_MAC
|
||||
#ifdef APL
|
||||
if (XPLMIsFeatureEnabled("XPLM_USE_NATIVE_PATHS") == 0)
|
||||
{
|
||||
HFS2PosixPath(xplanePath, xplanePath, sizeof(xplanePath));
|
||||
|
||||
Reference in New Issue
Block a user