]> git.mxchange.org Git - simgear.git/commitdiff
MACOS -> macintosh
authorcurt <curt>
Sat, 9 Sep 2000 20:53:44 +0000 (20:53 +0000)
committercurt <curt>
Sat, 9 Sep 2000 20:53:44 +0000 (20:53 +0000)
simgear/misc/fgpath.hxx

index 5dcd3c32af52a9cc340c23590fa4f6455f6f3594..30f6376db182f86c93666331c5f7cd419c21a087 100644 (file)
@@ -39,7 +39,7 @@
 FG_USING_STD(string);
 
 
-#ifdef MACOS
+#ifdef macintosh
 #  define FG_PATH_SEP ':'
 #  define FG_BAD_PATH_SEP '/'
 #else