Fix silly bugs in Critical section code. Thanks to Gunnar for finding one of them, thanks to mifritscher for finding the actual regression, and thanks to Filip for being understanding :P

svn path=/trunk/; revision=12772
This commit is contained in:
Alex Ionescu
2005-01-04 00:10:50 +00:00
parent abd7686a78
commit 27780dc59a
2 changed files with 11 additions and 7 deletions
-1
View File
@@ -99,7 +99,6 @@ typedef struct _CRITICAL_SECTION_DEBUG
LIST_ENTRY ProcessLocksList;
ULONG EntryCount;
ULONG ContentionCount;
PVOID OwnerBackTrace[2];
PVOID Spare[2];
} CRITICAL_SECTION_DEBUG, *PCRITICAL_SECTION_DEBUG;