Changeset 54997 in vbox for trunk/include/iprt
- Timestamp:
- Mar 28, 2015 12:19:24 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/nt.h
r53819 r54997 2165 2165 PFNRT, PVOID, PHANDLE, PCLIENT_ID); 2166 2166 2167 #ifndef RTL_CRITICAL_SECTION_FLAG_NO_DEBUG_INFO 2168 typedef struct _RTL_CRITICAL_SECTION 2169 { 2170 struct _RTL_CRITICAL_SECTION_DEBUG *DebugInfo; 2171 LONG LockCount; 2172 LONG Recursioncount; 2173 HANDLE OwningThread; 2174 HANDLE LockSemaphore; 2175 ULONG_PTR SpinCount; 2176 } RTL_CRITICAL_SECTION; 2177 typedef RTL_CRITICAL_SECTION *PRTL_CRITICAL_SECTION; 2178 #endif 2179 2167 2180 RT_C_DECLS_END 2168 2181 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.