Ignore:
Timestamp:
May 22, 2000, 9:08:01 PM (25 years ago)
Author:
sandervl
Message:

GetFileTime bugfix + FindResource(Ex)A/W changes + setup thread security objects during creation

File:
1 edited

Legend:

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

    r3360 r3588  
    1 /* $Id: oslibdos.cpp,v 1.26 2000-04-09 15:08:25 sandervl Exp $ */
     1/* $Id: oslibdos.cpp,v 1.27 2000-05-22 19:07:58 sandervl Exp $ */
    22/*
    33 * Wrappers for OS/2 Dos* API
     
    420420//******************************************************************************
    421421//******************************************************************************
     422DWORD OSLibDosDelete(char *lpszFileName)
     423{
     424  return DosDelete(lpszFileName);
     425}
     426//******************************************************************************
     427//******************************************************************************
    422428BOOL pmDateTimeToFileTime(FDATE *pDate,FTIME *pTime,FILETIME *pFT)
    423429{
Note: See TracChangeset for help on using the changeset viewer.