Skip to content

Commit

Permalink
windows: better test for WinRT vs win32 (...I think...?)
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 2, 2017
1 parent 5ab8df3 commit 02c2c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physfs_platforms.h
Expand Up @@ -21,7 +21,7 @@
# 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>
# if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP)
# 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
Expand Down

0 comments on commit 02c2c47

Please sign in to comment.