equal
deleted
inserted
replaced
10 * directory should be compiled. For example, technically BeOS can be called |
10 * directory should be compiled. For example, technically BeOS can be called |
11 * a "unix" system, but since it doesn't use unix.c, we don't define |
11 * a "unix" system, but since it doesn't use unix.c, we don't define |
12 * PHYSFS_PLATFORM_UNIX on that system. |
12 * PHYSFS_PLATFORM_UNIX on that system. |
13 */ |
13 */ |
14 |
14 |
15 #if ((defined __BEOS__) || (defined __beos__)) |
15 #if (defined __HAIKU__) |
|
16 # define PHYSFS_PLATFORM_HAIKU |
|
17 # define PHYSFS_PLATFORM_BEOS |
|
18 # define PHYSFS_PLATFORM_POSIX |
|
19 #elif ((defined __BEOS__) || (defined __beos__)) |
16 # define PHYSFS_PLATFORM_BEOS |
20 # define PHYSFS_PLATFORM_BEOS |
17 # define PHYSFS_PLATFORM_POSIX |
21 # define PHYSFS_PLATFORM_POSIX |
18 #elif (defined _WIN32_WCE) || (defined _WIN64_WCE) |
22 #elif (defined _WIN32_WCE) || (defined _WIN64_WCE) |
19 # define PHYSFS_PLATFORM_POCKETPC |
23 # define PHYSFS_PLATFORM_POCKETPC |
20 #elif (((defined _WIN32) || (defined _WIN64)) && (!defined __CYGWIN__)) |
24 #elif (((defined _WIN32) || (defined _WIN64)) && (!defined __CYGWIN__)) |