Skip to content

Commit

Permalink
windows: minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 8, 2017
1 parent 982411e commit c52be25
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/physfs_platforms.h
Expand Up @@ -21,12 +21,10 @@
# error PocketPC support was dropped since PhysicsFS 2.1. Sorry. Try WinRT!
#elif (defined(_MSC_VER) && (_MSC_VER >= 1700) && !_USING_V110_SDK71_) /* _MSC_VER==1700 for MSVC 2012 */
# include <winapifamily.h>
# define PHYSFS_PLATFORM_WINDOWS 1
# if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP) && !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
# define PHYSFS_NO_CDROM_SUPPORT 1
# define PHYSFS_PLATFORM_WINRT 1
# define PHYSFS_PLATFORM_WINDOWS 1
# else
# define PHYSFS_PLATFORM_WINDOWS 1
# endif
#elif (((defined _WIN32) || (defined _WIN64)) && (!defined __CYGWIN__))
# define PHYSFS_PLATFORM_WINDOWS 1
Expand Down

0 comments on commit c52be25

Please sign in to comment.