Removed some tabs and an extra semicolon.
This commit is contained in:
parent
0c4d9ec68f
commit
e13803c101
|
@ -24,7 +24,7 @@
|
||||||
#elif ((defined WINAPI_FAMILY) && WINAPI_FAMILY == WINAPI_FAMILY_APP)
|
#elif ((defined WINAPI_FAMILY) && WINAPI_FAMILY == WINAPI_FAMILY_APP)
|
||||||
# define PHYSFS_PLATFORM_WINRT 1
|
# define PHYSFS_PLATFORM_WINRT 1
|
||||||
# define PHYSFS_NO_CDROM_SUPPORT 1
|
# define PHYSFS_NO_CDROM_SUPPORT 1
|
||||||
# define PHYSFS_PLATFORM_WINDOWS 1;
|
# define PHYSFS_PLATFORM_WINDOWS 1
|
||||||
#elif (((defined _WIN32) || (defined _WIN64)) && (!defined __CYGWIN__))
|
#elif (((defined _WIN32) || (defined _WIN64)) && (!defined __CYGWIN__))
|
||||||
# define PHYSFS_PLATFORM_WINDOWS 1
|
# define PHYSFS_PLATFORM_WINDOWS 1
|
||||||
#elif (defined OS2)
|
#elif (defined OS2)
|
||||||
|
|
Loading…
Reference in New Issue