Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
[tpg/acess2.git] / AcessNative / acesskernel_src / include / threads_int.h
index f070a50..8061f1e 100644 (file)
@@ -50,7 +50,7 @@ struct sThread
 
        tProcess        *Process;       
 
-       Uint32  Events, WaitMask;
+       Uint32  EventState, WaitMask;
        void    *EventSem;      // Should be SDL_sem, but I don't want SDL in this header
 
        // Message queue
@@ -72,7 +72,7 @@ enum {
        THREAD_STAT_DEAD,       // Awaiting burial (free)
        THREAD_STAT_BURIED      // If it's still on the list here, something's wrong
 };
-extern tThread *Threads_GetThread(Uint TID);
+extern struct sThread  *Threads_GetThread(Uint TID);
 
 #endif
 

UCC git Repository :: git.ucc.asn.au