changeset 596 | 381b6ca0dd85 |
parent 240 | 052041af9001 |
child 657 | dad3b5c307a9 |
--- a/platform/skeleton.c Sat Sep 13 02:30:55 2003 +0000 +++ b/platform/skeleton.c Sun Nov 09 20:59:07 2003 +0000 @@ -68,6 +68,12 @@ } /* __PHYSFS_platformStricmp */ +int __PHYSFS_platformStrnicmp(const char *x, const char *y, PHYSFS_uint32 l) +{ + BAIL_MACRO(ERR_NOT_IMPLEMENTED, 0); +} /* __PHYSFS_platformStrnicmp */ + + int __PHYSFS_platformExists(const char *fname) { BAIL_MACRO(ERR_NOT_IMPLEMENTED, 0);