Ignore:
Timestamp:
May 10, 2002, 4:55:13 PM (23 years ago)
Author:
sandervl
Message:

hard disk access updates & fixes

File:
1 edited

Legend:

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

    r8397 r8401  
    1 /* $Id: oslibdos.cpp,v 1.101 2002-05-09 13:55:34 sandervl Exp $ */
     1/* $Id: oslibdos.cpp,v 1.102 2002-05-10 14:55:12 sandervl Exp $ */
    22/*
    33 * Wrappers for OS/2 Dos* API
     
    244244    case ERROR_CRC: //23
    245245        return ERROR_CRC_W;
     246
     247    case ERROR_SEEK:
     248        return ERROR_SEEK_W;
    246249
    247250    case ERROR_NOT_DOS_DISK: //26
     
    11231126
    11241127   if(strlen(lpszFile) == 2 && lpszFile[1] == ':') {
    1125         //app tries to open physical disk
     1128        //app tries to open logical volume/partition
    11261129        openMode |= OPEN_FLAGS_DASD;
    11271130   }
Note: See TracChangeset for help on using the changeset viewer.