equal
deleted
inserted
replaced
27 * Please see the file LICENSE.txt in the source's root directory. |
27 * Please see the file LICENSE.txt in the source's root directory. |
28 * |
28 * |
29 * This file written by Ryan C. Gordon. |
29 * This file written by Ryan C. Gordon. |
30 */ |
30 */ |
31 |
31 |
32 #if (defined PHYSFS_SUPPORTS_QPAK) |
|
33 |
|
34 #define __PHYSICSFS_INTERNAL__ |
32 #define __PHYSICSFS_INTERNAL__ |
35 #include "physfs_internal.h" |
33 #include "physfs_internal.h" |
|
34 |
|
35 #if PHYSFS_SUPPORTS_QPAK |
36 |
36 |
37 /* !!! FIXME: what is this here for? */ |
37 /* !!! FIXME: what is this here for? */ |
38 #if 1 /* Make this case insensitive? */ |
38 #if 1 /* Make this case insensitive? */ |
39 #define QPAK_strcmp(x, y) __PHYSFS_stricmpASCII(x, y) |
39 #define QPAK_strcmp(x, y) __PHYSFS_stricmpASCII(x, y) |
40 #define QPAK_strncmp(x, y, z) __PHYSFS_strnicmpASCII(x, y, z) |
40 #define QPAK_strncmp(x, y, z) __PHYSFS_strnicmpASCII(x, y, z) |