equal
deleted
inserted
replaced
278 strcpy(retval, resolved_path); |
278 strcpy(retval, resolved_path); |
279 return(retval); |
279 return(retval); |
280 } /* __PHYSFS_platformRealPath */ |
280 } /* __PHYSFS_platformRealPath */ |
281 |
281 |
282 |
282 |
283 #if (!defined PHYSFS_NO_PTHREADS_SUPPORT) |
283 #if (defined PHYSFS_NO_PTHREADS_SUPPORT) |
284 |
284 |
285 PHYSFS_uint64 __PHYSFS_platformGetThreadID(void) { return(0x0001); } |
285 PHYSFS_uint64 __PHYSFS_platformGetThreadID(void) { return(0x0001); } |
286 void *__PHYSFS_platformCreateMutex(void) { return((void *) 0x0001); } |
286 void *__PHYSFS_platformCreateMutex(void) { return((void *) 0x0001); } |
287 void __PHYSFS_platformDestroyMutex(void *mutex) {} |
287 void __PHYSFS_platformDestroyMutex(void *mutex) {} |
288 int __PHYSFS_platformGrabMutex(void *mutex) { return(1); } |
288 int __PHYSFS_platformGrabMutex(void *mutex) { return(1); } |