Changeset 22020 for trunk/src/crypt32/context.c
- Timestamp:
- Sep 25, 2012, 11:55:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/crypt32/context.c
r21967 r22020 198 198 list->contextSize = contextSize; 199 199 InitializeCriticalSection((CRITICAL_SECTION*)&list->cs); 200 #if def DEBUG200 #ifndef __WIN32OS2__ 201 201 list->cs.DebugInfo->Spare[0] = (DWORD)(DWORD_PTR)(__FILE__ ": ContextList.cs"); 202 202 #endif … … 312 312 { 313 313 ContextList_Empty(list); 314 #if def DEBUG314 #ifndef __WIN32OS2__ 315 315 list->cs.DebugInfo->Spare[0] = 0; 316 316 #endif
Note:
See TracChangeset
for help on using the changeset viewer.