source: trunk/src/winmm/timegettime.c@ 4

Last change on this file since 4 was 4, checked in by ktk, 26 years ago

Import

File size: 609 bytes
Line 
1/* $Id: timegettime.c,v 1.1 1999-05-24 20:20:07 ktk Exp $ */
2
3/*
4 *
5 * Project Odin Software License can be found in LICENSE.TXT
6 *
7 */
8#include <os2win.h>
9
10/******************************************************************************/
11/******************************************************************************/
12DWORD WIN32API timeGetTime(void)
13{
14#ifdef DEBUG
15//// WriteLog("WINMM:timeGetTime\n");
16#endif
17 return O32_timeGetTime();
18}
19/******************************************************************************/
20/******************************************************************************/
Note: See TracBrowser for help on using the repository browser.