diff -r 9467e96abdf1 -r 8df352657911 platform/pocketpc.c --- a/platform/pocketpc.c Sat Mar 24 03:54:58 2007 +0000 +++ b/platform/pocketpc.c Sat Mar 24 05:13:54 2007 +0000 @@ -561,6 +561,11 @@ } /* __PHYSFS_platformDelete */ +/* + * !!! FIXME: why aren't we using Critical Sections instead of Mutexes? + * !!! FIXME: mutexes on Windows are for cross-process sync. CritSects are + * !!! FIXME: mutexes for threads in a single process and are faster. + */ void *__PHYSFS_platformCreateMutex(void) { return((void *) CreateMutex(NULL, FALSE, NULL));