Ignore:
Timestamp:
Oct 10, 2001, 6:03:27 PM (24 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

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

    r6968 r6988  
    1 /* $Id: oslibdos.cpp,v 1.75 2001-10-08 20:47:44 phaller Exp $ */
     1/* $Id: oslibdos.cpp,v 1.76 2001-10-10 16:03:27 phaller Exp $ */
    22/*
    33 * Wrappers for OS/2 Dos* API
     
    135135    case ERROR_INVALID_ACCESS: //12
    136136        return ERROR_INVALID_ACCESS_W;
    137 
     137   
     138    case ERROR_CURRENT_DIRECTORY: // 16
     139        return ERROR_CURRENT_DIRECTORY_W;
     140   
    138141    case ERROR_NO_MORE_FILES: //18
    139142        return ERROR_NO_MORE_FILES_W;
Note: See TracChangeset for help on using the changeset viewer.