Whoops; the pthread-disabling condition was flipped. Fixed.

This commit is contained in:
Ryan C. Gordon 2002-07-25 23:22:29 +00:00
parent 4752ee3290
commit 0c05876240
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ char *__PHYSFS_platformRealPath(const char *path)
} /* __PHYSFS_platformRealPath */
#if (!defined PHYSFS_NO_PTHREADS_SUPPORT)
#if (defined PHYSFS_NO_PTHREADS_SUPPORT)
PHYSFS_uint64 __PHYSFS_platformGetThreadID(void) { return(0x0001); }
void *__PHYSFS_platformCreateMutex(void) { return((void *) 0x0001); }