Ignore:
Timestamp:
Jul 18, 2000, 8:30:47 PM (25 years ago)
Author:
sandervl
Message:

YD: header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/oleauto.h

    r636 r3850  
    1 /* $Id: oleauto.h,v 1.2 1999-08-22 22:15:15 sandervl Exp $ */
     1/* $Id: oleauto.h,v 1.3 2000-07-18 18:30:35 sandervl Exp $ */
    22
    33#ifndef __WINE_OLEAUTO_H
     
    2525int WINAPI SysStringLen16(BSTR16);
    2626int WINAPI SysStringLen(BSTR);
     27
     28 /*****************************************************************
     29 *  Time API
     30 */
     31
     32INT WINAPI DosDateTimeToVariantTime(USHORT wDosDate, USHORT wDosTime, DOUBLE * pvtime);
     33
     34INT WINAPI VariantTimeToDosDateTime(DOUBLE vtime, USHORT * pwDosDate, USHORT * pwDosTime);
     35
     36#ifdef _WIN32
     37INT WINAPI SystemTimeToVariantTime(LPSYSTEMTIME lpSystemTime, DOUBLE *pvtime);
     38INT WINAPI VariantTimeToSystemTime(DOUBLE vtime, LPSYSTEMTIME lpSystemTime);
     39#endif
     40
    2741
    2842/*****************************************************************
Note: See TracChangeset for help on using the changeset viewer.