1
0
Fork 0

DBG: Remove old references to CriticalSectionLocker

This commit is contained in:
Nukem 2015-04-24 15:07:07 -04:00
parent 023a9588fc
commit 07d6fe898a
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ bool waitislocked(WAIT_ID id);
// Better, but requires VISTA+
// https://msdn.microsoft.com/en-us/library/windows/desktop/aa904937%28v=vs.85%29.aspx
//
#define CriticalSectionLocker
#define locker(x) EXCLUSIVE_ACQUIRE(x)
#define EXCLUSIVE_ACQUIRE(Index) SectionLocker<SectionLock::##Index, false> __ThreadLock;
#define EXCLUSIVE_RELEASE() __ThreadLock.Unlock();