Ignore:
Timestamp:
Oct 1, 2000, 11:25:49 PM (25 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

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

    r4213 r4356  
    1 /* $Id: time.cpp,v 1.12 2000-09-08 00:33:16 phaller Exp $ */
     1/* $Id: time.cpp,v 1.13 2000-10-01 21:21:09 phaller Exp $ */
    22
    33/*
     
    122122//******************************************************************************
    123123//******************************************************************************
    124 BOOL WIN32API FileTimeToSystemTime(const FILETIME * arg1, LPSYSTEMTIME  arg2)
    125 {
    126     dprintf(("KERNEL32:  FileTimeToSystemTime"));
    127     return O32_FileTimeToSystemTime(arg1, arg2);
     124ODINFUNCTION2(BOOL, FileTimeToSystemTime,
     125              const FILETIME *, arg1,
     126              LPSYSTEMTIME, arg2)
     127{
     128  return O32_FileTimeToSystemTime(arg1, arg2);
    128129}
    129130//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.