Line | |
---|
1 | /*
|
---|
2 | *
|
---|
3 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
4 | *
|
---|
5 | */
|
---|
6 | #include <os2win.h>
|
---|
7 |
|
---|
8 | /******************************************************************************/
|
---|
9 | /******************************************************************************/
|
---|
10 | DWORD 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.