Ignore:
Timestamp:
Jun 21, 2001, 11:07:54 PM (24 years ago)
Author:
sandervl
Message:

semaphore updates

File:
1 edited

Legend:

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

    r6053 r6060  
    1 /* $Id: oslibdos.cpp,v 1.67 2001-06-20 20:51:58 sandervl Exp $ */
     1/* $Id: oslibdos.cpp,v 1.68 2001-06-21 21:07:54 sandervl Exp $ */
    22/*
    33 * Wrappers for OS/2 Dos* API
     
    134134
    135135    case ERROR_INVALID_ACCESS: //12
    136       return ERROR_INVALID_ACCESS_W;
     136        return ERROR_INVALID_ACCESS_W;
    137137
    138138    case ERROR_NO_MORE_FILES: //18
     
    177177    case ERROR_DEVICE_IN_USE: //99
    178178        return ERROR_DEVICE_IN_USE_W;
     179
     180    case ERROR_TOO_MANY_SEMAPHORES: //100
     181        return ERROR_TOO_MANY_SEMAPHORES_W;
    179182
    180183    case ERROR_DRIVE_LOCKED: //108
Note: See TracChangeset for help on using the changeset viewer.