Replace left over Q_OS_MAC macro with APL in xswiftbus

This commit is contained in:
Roland Winklmeier
2018-08-25 22:10:50 +02:00
parent 5dfdbb3621
commit 88ce557c80

View File

@@ -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));