Ignore:
Timestamp:
Oct 8, 2001, 10:47:44 PM (24 years ago)
Author:
phaller
Message:

added error codes 34 and 23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/oslibdos.cpp

    r6966 r6968  
    1 /* $Id: oslibdos.cpp,v 1.74 2001-10-08 17:24:47 phaller Exp $ */
     1/* $Id: oslibdos.cpp,v 1.75 2001-10-08 20:47:44 phaller Exp $ */
    22/*
    33 * Wrappers for OS/2 Dos* API
     
    144144    case ERROR_NOT_READY: //21
    145145        return ERROR_NOT_READY_W;
    146 
     146   
     147    case ERROR_CRC: //23
     148        return ERROR_CRC_W;
     149   
    147150    case ERROR_NOT_DOS_DISK: //26
    148151        return ERROR_NOT_DOS_DISK_W;
Note: See TracChangeset for help on using the changeset viewer.