]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/options.cxx
Reset: clear the osg object cache
[flightgear.git] / src / Main / options.cxx
index 691e7be2405623058820e71de5dd7e1209c3f3da..e3e66c0dd860aa7cb8588ff40d87d980b78cc8bf 100644 (file)
@@ -2346,12 +2346,12 @@ string Options::platformDefaultRoot() const
   return "../data";
 }
 
-#elif defined(_WIN32)
+#elif defined(SG_WINDOWS)
 string Options::platformDefaultRoot() const
 {
   return "..\\data";
 }
-#elif defined(__APPLE__)
+#elif defined(SG_MAC)
 // platformDefaultRoot defined in CocoaHelpers.mm
 #else
 string Options::platformDefaultRoot() const