Changeset 24650 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Nov 13, 2009 5:39:27 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54816
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/fileio.cpp
r23973 r24650 150 150 { 151 151 case 0: /* temporarily */ 152 #ifdef DEBUG_bird 152 153 AssertMsgFailed(("Missing RTFILE_O_OPEN/CREATE*! (continuable assertion)\n")); 154 #endif 153 155 fOpen |= RTFILE_O_OPEN; 154 156 break; … … 167 169 { 168 170 case 0: /* temporarily */ 171 #ifdef DEBUG_bird 169 172 AssertMsgFailed(("Missing RTFILE_O_DENY_*! (continuable assertion)\n")); 173 #endif 170 174 fOpen |= RTFILE_O_DENY_NONE; 171 175 break;
Note:
See TracChangeset
for help on using the changeset viewer.