source: trunk/src/winmm/timegettime.cpp@ 588

Last change on this file since 588 was 588, checked in by phaller, 26 years ago

Add: added ODINWRAP support for WINMM

File size: 851 bytes
Line 
1/* $Id: timegettime.cpp,v 1.3 1999-08-19 18:46:05 phaller Exp $ */
2
3/*
4 *
5 * Project Odin Software License can be found in LICENSE.TXT
6 *
7 */
8
9/****************************************************************************
10 * Includes *
11 ****************************************************************************/
12
13#include <os2win.h>
14#include <odinwrap.h>
15
16
17ODINDEBUGCHANNEL(WINMM-TIMEGETTIME)
18
19/******************************************************************************/
20/******************************************************************************/
21ODINFUNCTION0(DWORD, timeGetTime)
22{
23 return O32_timeGetTime();
24}
25/******************************************************************************/
26/******************************************************************************/
27
Note: See TracBrowser for help on using the repository browser.