]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/bootstrap.cxx
Attempt #1 to sort out confusion between left / right / parking brake
[flightgear.git] / src / Main / bootstrap.cxx
index 6ee3eb1501494f274c3b77b436b3cbc696b8252f..6d711801b9fc31fcdb677bc5d5495ddf02ac38d9 100644 (file)
@@ -33,7 +33,7 @@
 #include <stdlib.h>
 
 #include <simgear/compiler.h>
-#include <simgear/misc/exception.hxx>
+#include <simgear/structure/exception.hxx>
 #include <simgear/debug/logstream.hxx>
 
 #include STL_IOSTREAM
@@ -120,7 +120,7 @@ int main ( int argc, char **argv ) {
 #endif
 
     // Keyboard focus hack
-#ifdef __APPLE__
+#if defined(__APPLE__) && !defined(OSX_BUNDLE)
     {
       PSN psn;