Skip to content

Commit

Permalink
Disable CD-ROM support on Android for stable-2.0 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 2, 2012
1 parent 783d661 commit 038b0fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions physfs_platforms.h
Expand Up @@ -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
Expand Down

0 comments on commit 038b0fa

Please sign in to comment.