Minor QNX fix; don't warn about CD-ROM support (for now).

This commit is contained in:
Ryan C. Gordon 2017-07-22 20:04:38 -04:00
parent e2750bff62
commit bc28fb74b4
1 changed files with 5 additions and 0 deletions

View File

@ -63,6 +63,11 @@
# define PHYSFS_NO_CDROM_SUPPORT 1
# define PHYSFS_PLATFORM_UNIX 1
# define PHYSFS_PLATFORM_POSIX 1
#elif defined(__QNX__)
# define PHYSFS_NO_CDROM_SUPPORT 1 /* !!! FIXME? */
# define PHYSFS_PLATFORM_QNX 1
# define PHYSFS_PLATFORM_UNIX 1
# define PHYSFS_PLATFORM_POSIX 1
#elif defined(unix) || defined(__unix__)
# define PHYSFS_PLATFORM_UNIX 1
# define PHYSFS_PLATFORM_POSIX 1