From: curt Date: Sat, 9 Sep 2000 20:53:44 +0000 (+0000) Subject: MACOS -> macintosh X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2a369803aeee96fd012f295c8923f6e267871fb5;p=simgear.git MACOS -> macintosh --- diff --git a/simgear/misc/fgpath.hxx b/simgear/misc/fgpath.hxx index 5dcd3c32..30f6376d 100644 --- a/simgear/misc/fgpath.hxx +++ b/simgear/misc/fgpath.hxx @@ -39,7 +39,7 @@ FG_USING_STD(string); -#ifdef MACOS +#ifdef macintosh # define FG_PATH_SEP ':' # define FG_BAD_PATH_SEP '/' #else