Skip to content

Commit

Permalink
Minor QNX fix; don't warn about CD-ROM support (for now).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 23, 2017
1 parent e2750bf commit bc28fb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/physfs_platforms.h
Expand Up @@ -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
Expand Down

0 comments on commit bc28fb7

Please sign in to comment.