changeset 1012 | f254870dd7dd |
parent 986 | e69d37f80ce2 |
child 1016 | 957c97389257 |
--- a/src/physfs.c Sun Sep 06 01:04:17 2009 -0400 +++ b/src/physfs.c Sun Sep 06 01:05:27 2009 -0400 @@ -43,7 +43,7 @@ typedef struct __PHYSFS_ERRMSGTYPE__ { - PHYSFS_uint64 tid; + void *tid; int errorAvailable; char errorString[80]; struct __PHYSFS_ERRMSGTYPE__ *next; @@ -268,7 +268,7 @@ static ErrMsg *findErrorForCurrentThread(void) { ErrMsg *i; - PHYSFS_uint64 tid; + void *tid; if (errorLock != NULL) __PHYSFS_platformGrabMutex(errorLock);