equal
deleted
inserted
replaced
192 strcpy(retval, str); |
192 strcpy(retval, str); |
193 return(retval); |
193 return(retval); |
194 } /* __PHYSFS_platformCalcBaseDir */ |
194 } /* __PHYSFS_platformCalcBaseDir */ |
195 |
195 |
196 |
196 |
197 PHYSFS_uint64 __PHYSFS_platformGetThreadID(void) |
197 void *__PHYSFS_platformGetThreadID(void) |
198 { |
198 { |
199 return((PHYSFS_uint64) find_thread(NULL)); |
199 return((void *) find_thread(NULL)); |
200 } /* __PHYSFS_platformGetThreadID */ |
200 } /* __PHYSFS_platformGetThreadID */ |
201 |
201 |
202 |
202 |
203 char *__PHYSFS_platformRealPath(const char *path) |
203 char *__PHYSFS_platformRealPath(const char *path) |
204 { |
204 { |