Changeset 81615 in vbox
- Timestamp:
- Oct 31, 2019 7:41:56 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/microatl.h
r78756 r81615 186 186 HRESULT hrc = Lock(); 187 187 if (FAILED(hrc)) 188 throw hrc;188 throw hrc; 189 189 } 190 190 }
Note:
See TracChangeset
for help on using the changeset viewer.