Changeset 11744


Ignore:
Timestamp:
Oct 6, 1999, 5:00:27 PM (26 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/kernel32/lfile.cpp

    r10730 r11744  
    1 /* $Id: lfile.cpp,v 1.3 1999-06-10 20:47:59 phaller Exp $ */
     1/* $Id: lfile.cpp,v 1.4 1999-10-06 15:00:27 phaller Exp $ */
    22
    33/*
     
    149149            hFile));
    150150
    151    return hFile;
     151   // map correct return code for _lopen
     152   if (hFile != INVALID_HANDLE_VALUE)
     153     return hFile;
     154   else
     155     return HFILE_ERROR;
    152156}
    153157
Note: See TracChangeset for help on using the changeset viewer.