Changeset 24653 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Nov 14, 2009 8:14:49 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54829
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/fileio.cpp
r24650 r24653 150 150 { 151 151 case 0: /* temporarily */ 152 #ifdef DEBUG_bird153 152 AssertMsgFailed(("Missing RTFILE_O_OPEN/CREATE*! (continuable assertion)\n")); 154 #endif155 153 fOpen |= RTFILE_O_OPEN; 156 154 break; … … 169 167 { 170 168 case 0: /* temporarily */ 171 #ifdef DEBUG_bird172 169 AssertMsgFailed(("Missing RTFILE_O_DENY_*! (continuable assertion)\n")); 173 #endif174 170 fOpen |= RTFILE_O_DENY_NONE; 175 171 break;
Note:
See TracChangeset
for help on using the changeset viewer.