Skip to content

Commit

Permalink
Apple refers to "Mac OS X" as "macOS" now.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 22, 2017
1 parent 6d91dde commit e2750bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/physfs_platform_macos.c
Expand Up @@ -9,7 +9,7 @@
#define __PHYSICSFS_INTERNAL__
#include "physfs_internal.h"

#ifdef PHYSFS_PLATFORM_MACOSX
#ifdef PHYSFS_PLATFORM_MACOS

#include <CoreFoundation/CoreFoundation.h>

Expand Down Expand Up @@ -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 ... */

2 changes: 1 addition & 1 deletion src/physfs_platforms.h
Expand Up @@ -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.
Expand Down

0 comments on commit e2750bf

Please sign in to comment.