X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fwin32%2Finternals%2F_PDCLIB_threadconfig.h;h=c311867e871297fac957528bc1d664090ba86a80;hp=d914ae04d646564db18632f49c62f6b201610a63;hb=3b357986c8ac26f3aee1033c49c28f58c3cd2fb4;hpb=3979dd45fb1088cc27bcde72f0d4a51c80035e4f diff --git a/platform/win32/internals/_PDCLIB_threadconfig.h b/platform/win32/internals/_PDCLIB_threadconfig.h index d914ae0..c311867 100644 --- a/platform/win32/internals/_PDCLIB_threadconfig.h +++ b/platform/win32/internals/_PDCLIB_threadconfig.h @@ -19,10 +19,9 @@ void _PDCLIB_call_once(_PDCLIB_once_flag *flag, void (*func)(void)); #define _PDCLIB_MTX_T struct _PDCLIB_mtx struct _PDCLIB_mtx { - void * _WaitEvHandle; - volatile signed long _State; - volatile unsigned int _ThreadId; - volatile unsigned int _NestCount; + void * _WaitEvHandle; + volatile unsigned long _ThreadId; + volatile unsigned int _NestCount; }; #define _PDCLIB_TSS_T struct _PDCLIB_tss *