diff --git a/src/physfs_platforms.h b/src/physfs_platforms.h index 14b3b22..9a185fc 100644 --- a/src/physfs_platforms.h +++ b/src/physfs_platforms.h @@ -28,7 +28,7 @@ #elif ((defined __MACH__) && (defined __APPLE__)) /* To check if iphone or not, we need to include this file */ # include -# if (defined(TARGET_IPHONE_SIMULATOR) || (defined TARGET_OS_IPHONE)) +# if ((TARGET_IPHONE_SIMULATOR) || (TARGET_OS_IPHONE)) # define PHYSFS_PLATFORM_UNIX # define PHYSFS_PLATFORM_POSIX # define PHYSFS_NO_CDROM_SUPPORT