Disable CD-ROM support on Android for stable-2.0 branch.

This commit is contained in:
Ryan C. Gordon 2012-11-02 00:50:30 -04:00
parent 783d661bf8
commit 038b0fa5fa
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
# endif
#elif defined(macintosh)
# error Classic Mac OS support was dropped from PhysicsFS 2.0. Move to OS X.
#elif defined(ANDROID)
# define PHYSFS_PLATFORM_UNIX
# define PHYSFS_PLATFORM_POSIX
# define PHYSFS_NO_CDROM_SUPPORT
#elif defined(unix) || defined(__unix__)
# define PHYSFS_PLATFORM_UNIX
# define PHYSFS_PLATFORM_POSIX