Minor QNX fix; don't warn about CD-ROM support (for now).
This commit is contained in:
parent
e2750bff62
commit
bc28fb74b4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue