Changeset 85226 in vbox
- Timestamp:
- Jul 11, 2020 4:18:09 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139203
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/critsect.h
r82968 r85226 337 337 DECLINLINE(uint32_t) RTCritSectGetRecursion(PCRTCRITSECT pCritSect) 338 338 { 339 return pCritSect->cNestings;339 return (uint32_t)pCritSect->cNestings; 340 340 } 341 341
Note:
See TracChangeset
for help on using the changeset viewer.