Skip to content

Commit

Permalink
disable old macosx stuff...
Browse files Browse the repository at this point in the history
  • Loading branch information
smiley22 committed May 6, 2019
1 parent 13a56ec commit 6e66ed8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion A320UE/plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ PLUGIN_API int XPluginStart(char *name, char *sig, char *desc) {
sprintf(name, "%s (v%s)", PLUGIN_NAME, PLUGIN_VERSION);
strcpy(sig, PLUGIN_SIG);
strcpy(desc, PLUGIN_DESCRIPTION);

#ifdef APL
XPLMEnableFeature("XPLM_USE_NATIVE_PATHS", 1);
#endif
return 1;
}

Expand Down
4 changes: 3 additions & 1 deletion CycleQuickLooks/plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ PLUGIN_API int XPluginStart(char *name, char *sig, char *desc) {
sprintf(name, "%s (v%s)", PLUGIN_NAME, PLUGIN_VERSION);
strcpy(sig, PLUGIN_SIG);
strcpy(desc, PLUGIN_DESCRIPTION);

#ifdef APL
XPLMEnableFeature("XPLM_USE_NATIVE_PATHS", 1);
#endif
return 1;
}

Expand Down

0 comments on commit 6e66ed8

Please sign in to comment.