mirror of
https://github.com/love2d/love-android.git
synced 2026-08-16 16:21:33 +02:00
updated physfs to version 2.0.3
This commit is contained in:
@@ -197,9 +197,9 @@ char *__PHYSFS_platformCalcBaseDir(const char *argv0)
|
||||
} /* __PHYSFS_platformCalcBaseDir */
|
||||
|
||||
|
||||
PHYSFS_uint64 __PHYSFS_platformGetThreadID(void)
|
||||
void *__PHYSFS_platformGetThreadID(void)
|
||||
{
|
||||
return((PHYSFS_uint64) find_thread(NULL));
|
||||
return((void *) find_thread(NULL));
|
||||
} /* __PHYSFS_platformGetThreadID */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user