Changeset 6968 for trunk/src/kernel32/oslibdos.cpp
- Timestamp:
- Oct 8, 2001, 10:47:44 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibdos.cpp
r6966 r6968 1 /* $Id: oslibdos.cpp,v 1.7 4 2001-10-08 17:24:47phaller Exp $ */1 /* $Id: oslibdos.cpp,v 1.75 2001-10-08 20:47:44 phaller Exp $ */ 2 2 /* 3 3 * Wrappers for OS/2 Dos* API … … 144 144 case ERROR_NOT_READY: //21 145 145 return ERROR_NOT_READY_W; 146 146 147 case ERROR_CRC: //23 148 return ERROR_CRC_W; 149 147 150 case ERROR_NOT_DOS_DISK: //26 148 151 return ERROR_NOT_DOS_DISK_W;
Note:
See TracChangeset
for help on using the changeset viewer.