All - Changes for AcessNative on windows
[tpg/acess2.git] / AcessNative / acesskernel_src / include / threads_int.h
index 1294a5f..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

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