• Kristján Valur Jónsson's avatar
    Fix NonRecursiveMutex on x64. The signature of the… · b4c285a2
    Kristján Valur Jónsson yazdı
    Fix NonRecursiveMutex on x64.  The signature of the faux-InterlockedCompareExchange function was wrong:  It works with LONG and not PVOID objects, and it needs to have the target marked as volatile.  Further, it is not needed at all for x64 targets, since that platform always has the real McCoy.
    b4c285a2
thread_nt.h 8.63 KB