equal
deleted
inserted
replaced
205 } /* __PHYSFS_platformDestroyMutex */ |
205 } /* __PHYSFS_platformDestroyMutex */ |
206 |
206 |
207 |
207 |
208 int __PHYSFS_platformGrabMutex(void *mutex) |
208 int __PHYSFS_platformGrabMutex(void *mutex) |
209 { |
209 { |
210 BAIL_MACRO(ERR_NOT_IMPLEMENTED, 0); |
210 /* not implemented, but can't call __PHYSFS_setError! */ |
|
211 return(0); |
211 } /* __PHYSFS_platformGrabMutex */ |
212 } /* __PHYSFS_platformGrabMutex */ |
212 |
213 |
213 |
214 |
214 void __PHYSFS_platformReleaseMutex(void *mutex) |
215 void __PHYSFS_platformReleaseMutex(void *mutex) |
215 { |
216 { |
|
217 /* not implemented, but can't call __PHYSFS_setError! */ |
216 } /* __PHYSFS_platformReleaseMutex */ |
218 } /* __PHYSFS_platformReleaseMutex */ |
217 |
219 |
218 /* end of skeleton.c ... */ |
220 /* end of skeleton.c ... */ |
219 |
221 |