Changeset 69046 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Oct 11, 2017 4:11:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/fileio-win.cpp
r64639 r69046 219 219 break; 220 220 } 221 /* fall thru */221 RT_FALL_THRU(); 222 222 default: 223 223 AssertMsgFailed(("Impossible fOpen=%#llx\n", fOpen));
Note:
See TracChangeset
for help on using the changeset viewer.