changeset 717 | ae8bc9888553 |
parent 691 | 71d9affe0d8a |
child 747 | 3da194b12f43 |
715:d6bf881b6e1e | 717:ae8bc9888553 |
---|---|
8 |
8 |
9 #if HAVE_CONFIG_H |
9 #if HAVE_CONFIG_H |
10 # include <config.h> |
10 # include <config.h> |
11 #endif |
11 #endif |
12 |
12 |
13 #if (!defined WIN32) |
13 #if ((!defined WIN32) && (!defined OS2)) |
14 |
14 |
15 #if (defined __STRICT_ANSI__) |
15 #if (defined __STRICT_ANSI__) |
16 #define __PHYSFS_DOING_STRICT_ANSI__ |
16 #define __PHYSFS_DOING_STRICT_ANSI__ |
17 #endif |
17 #endif |
18 |
18 |