Changeset 21971 for trunk/src/secur32
- Timestamp:
- Feb 17, 2012, 11:35:56 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/secur32/secur32.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/secur32/secur32.c
r21967 r21971 560 560 InitializeCriticalSection(&cs); 561 561 #ifdef DEBUG 562 cs.DebugInfo->Spare[0] = (DWORD_PTR)(__FILE__ ": cs");562 //cs.DebugInfo->Spare[0] = (DWORD_PTR)(__FILE__ ": cs"); 563 563 #endif 564 564 /* First load built-in providers */ … … 710 710 LeaveCriticalSection(&cs); 711 711 #ifdef DEBUG 712 cs.DebugInfo->Spare[0] = 0;712 //cs.DebugInfo->Spare[0] = 0; 713 713 #endif 714 714 DeleteCriticalSection(&cs);
Note:
See TracChangeset
for help on using the changeset viewer.
