Ignore:
Timestamp:
Mar 28, 2001, 6:21:41 PM (24 years ago)
Author:
sandervl
Message:

GetSystemPowerStatus fix

File:
1 edited

Legend:

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

    r5197 r5393  
    1 /* $Id: oslibdos.cpp,v 1.59 2001-02-19 22:07:21 sandervl Exp $ */
     1/* $Id: oslibdos.cpp,v 1.60 2001-03-28 16:21:41 sandervl Exp $ */
    22/*
    33 * Wrappers for OS/2 Dos* API
     
    141141        return ERROR_WRITE_PROTECT_W;
    142142
     143    case ERROR_NOT_READY: //21
     144        return ERROR_NOT_READY_W;
     145
    143146    case ERROR_NOT_DOS_DISK: //26
    144147        return ERROR_NOT_DOS_DISK_W;
Note: See TracChangeset for help on using the changeset viewer.