Skip to content

Commit

Permalink
Added Linux and Solaris tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 20, 2012
1 parent bb6c5e4 commit f49c122
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/physfs_platforms.h
Expand Up @@ -38,6 +38,14 @@
# endif
#elif defined(macintosh)
# error Classic Mac OS support was dropped from PhysicsFS 2.0. Move to OS X.
#elif defined(__linux)
# define PHYSFS_PLATFORM_LINUX
# define PHYSFS_PLATFORM_UNIX
# define PHYSFS_PLATFORM_POSIX
#elif defined(__sun) || defined(sun)
# define PHYSFS_PLATFORM_SOLARIS
# define PHYSFS_PLATFORM_UNIX
# define PHYSFS_PLATFORM_POSIX
#elif defined(unix)
# define PHYSFS_PLATFORM_UNIX
# define PHYSFS_PLATFORM_POSIX
Expand Down

0 comments on commit f49c122

Please sign in to comment.