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/HandleManager.cpp

    r7927 r8401  
    1 /* $Id: HandleManager.cpp,v 1.87 2002-02-15 19:14:50 sandervl Exp $ */
     1/* $Id: HandleManager.cpp,v 1.88 2002-05-10 14:55:09 sandervl Exp $ */
    22
    33/*
     
    16671667  {
    16681668    SetLastError(ERROR_INVALID_HANDLE);       /* set win32 error information */
    1669     return (INVALID_HANDLE_ERROR);                         /* signal failure */
     1669    return -1; //INVALID_SET_FILE_POINTER
    16701670  }
    16711671
Note: See TracChangeset for help on using the changeset viewer.