Changeset 4099 for branches/GRACE/src/win32k/pe2lx/pe2lx.cpp
- Timestamp:
- Aug 27, 2000, 5:38:28 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GRACE/src/win32k/pe2lx/pe2lx.cpp
r4090 r4099 1 /* $Id: pe2lx.cpp,v 1.18.4. 8 2000-08-25 04:47:26bird Exp $1 /* $Id: pe2lx.cpp,v 1.18.4.9 2000-08-27 03:38:28 bird Exp $ 2 2 * 3 3 * Pe2Lx class implementation. Ring 0 and Ring 3 … … 1546 1546 switch (rc) 1547 1547 { 1548 /* these errors are ignored */1548 /* these errors are ignored (not fatal) */ 1549 1549 case ERROR_FILE_NOT_FOUND: case ERROR_PATH_NOT_FOUND: case ERROR_ACCESS_DENIED: case ERROR_INVALID_ACCESS: 1550 1550 case ERROR_INVALID_DRIVE: case ERROR_NOT_DOS_DISK: case ERROR_REM_NOT_LIST: case ERROR_BAD_NETPATH:
Note:
See TracChangeset
for help on using the changeset viewer.