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

Last change on this file since 51 was 51, checked in by sandervl, 26 years ago

* empty log message *

File size: 547 bytes
Line 
1/*
2 *
3 * Project Odin Software License can be found in LICENSE.TXT
4 *
5 */
6#include <os2win.h>
7
8/******************************************************************************/
9/******************************************************************************/
10DWORD WIN32API timeGetTime(void)
11{
12#ifdef DEBUG
13//// WriteLog("WINMM:timeGetTime\n");
14#endif
15 return O32_timeGetTime();
16}
17/******************************************************************************/
18/******************************************************************************/
Note: See TracBrowser for help on using the repository browser.