From c74f4cb00777c2545665098f4b8ba07eec588e78 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 24 Jul 2017 02:37:22 -0400 Subject: [PATCH] Minor cleanup. --- src/physfs_platforms.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/physfs_platforms.h b/src/physfs_platforms.h index b7257e30..a8a4b80d 100644 --- a/src/physfs_platforms.h +++ b/src/physfs_platforms.h @@ -16,12 +16,12 @@ # define PHYSFS_PLATFORM_HAIKU 1 # define PHYSFS_PLATFORM_POSIX 1 #elif ((defined __BEOS__) || (defined __beos__)) -# error BeOS support was dropped from PhysicsFS 2.1. Sorry. Try Haiku! +# error BeOS support was dropped since PhysicsFS 2.1. Sorry. Try Haiku! #elif (defined _WIN32_WCE) || (defined _WIN64_WCE) -# error PocketPC support was dropped from PhysicsFS 2.1. Sorry. +# error PocketPC support was dropped since PhysicsFS 2.1. Sorry. Try WinRT! #elif ((defined WINAPI_FAMILY) && WINAPI_FAMILY == WINAPI_FAMILY_APP) -# define PHYSFS_PLATFORM_WINRT 1 # define PHYSFS_NO_CDROM_SUPPORT 1 +# define PHYSFS_PLATFORM_WINRT 1 # define PHYSFS_PLATFORM_WINDOWS 1 #elif (((defined _WIN32) || (defined _WIN64)) && (!defined __CYGWIN__)) # define PHYSFS_PLATFORM_WINDOWS 1