branch | stable-1.0 |
changeset 744 | f97286bd34b9 |
parent 697 | d6b52fd0d9f8 |
child 766 | 3970811e14f4 |
742:4bf5a431d545 | 744:f97286bd34b9 |
---|---|
16 |
16 |
17 #include "physfs.h" |
17 #include "physfs.h" |
18 |
18 |
19 #ifdef HAVE_ASSERT_H |
19 #ifdef HAVE_ASSERT_H |
20 #include <assert.h> |
20 #include <assert.h> |
21 #else |
21 #elif (!defined assert) |
22 #define assert(x) |
22 #define assert(x) |
23 #endif |
23 #endif |
24 |
24 |
25 #ifdef __cplusplus |
25 #ifdef __cplusplus |
26 extern "C" { |
26 extern "C" { |