Ignore:
Timestamp:
Dec 19, 2002, 1:55:27 PM (23 years ago)
Author:
sandervl
Message:

DT: GetFileTime & SetFileTime fixes; need to convert between UTC and local file time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r9461 r9530  
    8181BOOL   WIN32API DosDateTimeToFileTime(WORD,WORD,LPFILETIME);
    8282BOOL   WIN32API LocalFileTimeToFileTime(const FILETIME*,LPFILETIME);
    83 
     83BOOL   WIN32API FileTimeToDosDateTime(const FILETIME*,LPWORD,LPWORD);
     84BOOL   WIN32API FileTimeToLocalFileTime(FILETIME*,LPFILETIME);
    8485
    8586HWND   WIN32API GetDesktopWindow(void);
Note: See TracChangeset for help on using the changeset viewer.