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/hmdevice.h

    r3140 r3588  
    1 /* $Id: hmdevice.h,v 1.17 2000-03-17 16:08:39 sandervl Exp $ */
     1/* $Id: hmdevice.h,v 1.18 2000-05-22 19:07:55 sandervl Exp $ */
    22
    33/*
     
    132132                      /* this is a handler method for calls to SetFileTime() */
    133133  virtual BOOL  SetFileTime (PHMHANDLEDATA pHMHandleData,
     134                             LPFILETIME    pFT1,
     135                             LPFILETIME    pFT2,
     136                             LPFILETIME    pFT3);
     137
     138                      /* this is a handler method for calls to GetFileTime() */
     139  virtual BOOL  GetFileTime (PHMHANDLEDATA pHMHandleData,
    134140                             LPFILETIME    pFT1,
    135141                             LPFILETIME    pFT2,
Note: See TracChangeset for help on using the changeset viewer.