nativelib - Implimenting missing functions
[tpg/acess2.git] / Tools / nativelib / include / threads_int.h
index cc0c3e0..240f525 100644 (file)
@@ -26,6 +26,7 @@ struct sProcess
 struct sThread
 {
        struct sThread  *Next;
+       void    *ThreadHandle;
         int    TID;
 
        tThreadIntMutex *Protector;

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