diff -r 53779f3e6781 -r ee871d51510d platform/pocketpc.c --- a/platform/pocketpc.c Thu Mar 15 07:33:14 2007 +0000 +++ b/platform/pocketpc.c Thu Mar 15 08:16:23 2007 +0000 @@ -164,18 +164,6 @@ } /* __PHYSFS_platformGetThreadID */ -int __PHYSFS_platformStricmp(const char *x, const char *y) -{ - return(_stricmp(x, y)); -} /* __PHYSFS_platformStricmp */ - - -int __PHYSFS_platformStrnicmp(const char *x, const char *y, PHYSFS_uint32 len) -{ - return(_strnicmp(x, y, (int) len)); -} /* __PHYSFS_platformStrnicmp */ - - int __PHYSFS_platformExists(const char *fname) { int retval = 0;