From e2750bff62db3e7cac21fd96b64c2374852389e9 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 22 Jul 2017 13:50:40 -0400 Subject: [PATCH] Apple refers to "Mac OS X" as "macOS" now. --- src/physfs_platform_macos.c | 4 ++-- src/physfs_platforms.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/physfs_platform_macos.c b/src/physfs_platform_macos.c index 16fcd430..9498b6d8 100644 --- a/src/physfs_platform_macos.c +++ b/src/physfs_platform_macos.c @@ -9,7 +9,7 @@ #define __PHYSICSFS_INTERNAL__ #include "physfs_internal.h" -#ifdef PHYSFS_PLATFORM_MACOSX +#ifdef PHYSFS_PLATFORM_MACOS #include @@ -212,7 +212,7 @@ char *__PHYSFS_platformCalcPrefDir(const char *org, const char *app) return retval; } /* __PHYSFS_platformCalcPrefDir */ -#endif /* PHYSFS_PLATFORM_MACOSX */ +#endif /* PHYSFS_PLATFORM_MACOS */ /* end of physfs_platform_macos.c ... */ diff --git a/src/physfs_platforms.h b/src/physfs_platforms.h index 31f6f837..6276152a 100644 --- a/src/physfs_platforms.h +++ b/src/physfs_platforms.h @@ -33,7 +33,7 @@ # if ((TARGET_IPHONE_SIMULATOR) || (TARGET_OS_IPHONE)) # define PHYSFS_NO_CDROM_SUPPORT 1 # endif -# define PHYSFS_PLATFORM_MACOSX 1 +# define PHYSFS_PLATFORM_MACOS 1 # define PHYSFS_PLATFORM_POSIX 1 #elif defined(macintosh) # error Classic Mac OS support was dropped from PhysicsFS 2.0. Move to OS X.