- Timestamp:
- May 7, 2012 10:17:23 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/process-win.cpp
r41056 r41182 299 299 case ERROR_FILE_CORRUPT: 300 300 rc = VERR_BAD_EXE_FORMAT; 301 break; 302 303 case ERROR_BAD_DEVICE: /* Can happen when opening funny things like "CON". */ 304 rc = VERR_INVALID_NAME; 301 305 break; 302 306
Note:
See TracChangeset
for help on using the changeset viewer.