Changeset 57944 in vbox for trunk/src/VBox/Runtime/r3/stream.cpp
- Timestamp:
- Sep 29, 2015 3:07:09 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102919
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/stream.cpp
r57358 r57944 90 90 /** Whether the stream was opened in binary mode. */ 91 91 bool fBinary; 92 /** Whether to recheck the stream mode before writing. .*/92 /** Whether to recheck the stream mode before writing. */ 93 93 bool fRecheckMode; 94 94 #ifndef HAVE_FWRITE_UNLOCKED
Note:
See TracChangeset
for help on using the changeset viewer.