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

    r2802 r3588  
    1 /* $Id: time.cpp,v 1.7 2000-02-16 14:23:12 sandervl Exp $ */
     1/* $Id: time.cpp,v 1.8 2000-05-22 19:07:59 sandervl Exp $ */
    22
    33/*
     
    114114    dprintf(("KERNEL32:  DosDateTimeToFileTime\n"));
    115115    return O32_DosDateTimeToFileTime(arg1, arg2, arg3);
    116 }
    117 //******************************************************************************
    118 //******************************************************************************
    119 BOOL WIN32API GetFileTime( HANDLE arg1, LPFILETIME arg2, LPFILETIME arg3, LPFILETIME  arg4)
    120 {
    121     dprintf(("KERNEL32:  GetFileTime\n"));
    122     return O32_GetFileTime(arg1, arg2, arg3, arg4);
    123116}
    124117//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.