Changeset 22020 for trunk/src/crypt32/oid.c
- Timestamp:
- Sep 25, 2012, 11:55:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/crypt32/oid.c
r21967 r22020 60 60 static RTL_CRITICAL_SECTION_DEBUG funcSetCSDebug = 61 61 { 62 #ifndef __WIN32OS2__ 62 63 0, 0, &funcSetCS, 63 64 { &funcSetCSDebug.ProcessLocksList, &funcSetCSDebug.ProcessLocksList }, 64 65 0, 0, { (DWORD)(DWORD_PTR)(__FILE__ ": funcSetCS") } 66 #endif 65 67 }; 66 68 static RTL_CRITICAL_SECTION funcSetCS = { &funcSetCSDebug, -1, 0, 0, 0, 0 }; … … 106 108 CryptMemFree(functionCursor); 107 109 } 108 #if def DEBUG110 #ifndef __WIN32OS2__ 109 111 setCursor->cs.DebugInfo->Spare[0] = 0; 110 112 #endif … … 143 145 { 144 146 InitializeCriticalSection((CRITICAL_SECTION*)&ret->cs); 145 #if def DEBUG147 #ifndef __WIN32OS2__ 146 148 ret->cs.DebugInfo->Spare[0] = (DWORD)(DWORD_PTR)(__FILE__ ": OIDFunctionSet.cs"); 147 149 #endif … … 1034 1036 static RTL_CRITICAL_SECTION_DEBUG oidInfoCSDebug = 1035 1037 { 1038 #ifndef __WIN32OS2__ 1036 1039 0, 0, &oidInfoCS, 1037 1040 { &oidInfoCSDebug.ProcessLocksList, &oidInfoCSDebug.ProcessLocksList }, 1038 1041 0, 0, { (DWORD)(DWORD_PTR)(__FILE__ ": oidInfoCS") } 1042 #endif 1039 1043 }; 1040 1044 static RTL_CRITICAL_SECTION oidInfoCS = { &oidInfoCSDebug, -1, 0, 0, 0, 0 };
Note:
See TracChangeset
for help on using the changeset viewer.