Changeset 96547 in vbox
- Timestamp:
- Aug 29, 2022 5:50:48 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153413
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/microatl.h
r96540 r96547 234 234 { 235 235 public: 236 CComCritSectLock(CComCriticalSection &cs, bool fInitialLock = true) 236 CComCritSectLock(CComCriticalSection &cs, bool fInitialLock = true) 237 237 : CComCritSectLockManual(cs) 238 238 {
Note:
See TracChangeset
for help on using the changeset viewer.