Ignore:
Timestamp:
Aug 19, 1999, 8:46:54 PM (26 years ago)
Author:
phaller
Message:

Add: added ODINWRAP support for WINMM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/timegettime.cpp

    r95 r588  
    1 /* $Id: timegettime.cpp,v 1.2 1999-06-10 16:24:34 phaller Exp $ */
     1/* $Id: timegettime.cpp,v 1.3 1999-08-19 18:46:05 phaller Exp $ */
    22
    33/*
     
    66 *
    77 */
     8
     9/****************************************************************************
     10 * Includes                                                                 *
     11 ****************************************************************************/
     12
    813#include <os2win.h>
     14#include <odinwrap.h>
     15
     16
     17ODINDEBUGCHANNEL(WINMM-TIMEGETTIME)
    918
    1019/******************************************************************************/
    1120/******************************************************************************/
    12 DWORD WIN32API timeGetTime(void)
     21ODINFUNCTION0(DWORD, timeGetTime)
    1322{
    14 #ifdef DEBUG
    15 ////    WriteLog("WINMM:timeGetTime\n");
    16 #endif
    17     return O32_timeGetTime();
     23  return O32_timeGetTime();
    1824}
    1925/******************************************************************************/
    2026/******************************************************************************/
     27
Note: See TracChangeset for help on using the changeset viewer.