Changeset 22020 for trunk/src/crypt32/proplist.c
- Timestamp:
- Sep 25, 2012, 11:55:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/crypt32/proplist.c
r21967 r22020 49 49 { 50 50 InitializeCriticalSection((CRITICAL_SECTION*)&list->cs); 51 #if DEBUG51 #ifndef __WIN32OS2__ 52 52 list->cs.DebugInfo->Spare[0] = (DWORD)(DWORD_PTR)(__FILE__ ": PCONTEXT_PROPERTY_LIST->cs"); 53 53 #endif … … 68 68 CryptMemFree(prop); 69 69 } 70 #if DEBUG70 #ifndef __WIN32OS2__ 71 71 list->cs.DebugInfo->Spare[0] = 0; 72 72 #endif
Note:
See TracChangeset
for help on using the changeset viewer.