author | Ryan C. Gordon <icculus@icculus.org> |
Thu, 25 Jul 2002 23:22:29 +0000 | |
changeset 396 | 15f7ccfdd89f |
parent 395 | 2481fb769daf |
child 397 | 12ff23d3d716 |
platform/unix.c | file | annotate | diff | comparison | revisions |
--- a/platform/unix.c Thu Jul 25 21:55:46 2002 +0000 +++ b/platform/unix.c Thu Jul 25 23:22:29 2002 +0000 @@ -280,7 +280,7 @@ } /* __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); }