Changeset 588 for trunk/src/winmm/timegettime.cpp
- Timestamp:
- Aug 19, 1999, 8:46:54 PM (26 years ago)
- 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:34phaller Exp $ */1 /* $Id: timegettime.cpp,v 1.3 1999-08-19 18:46:05 phaller Exp $ */ 2 2 3 3 /* … … 6 6 * 7 7 */ 8 9 /**************************************************************************** 10 * Includes * 11 ****************************************************************************/ 12 8 13 #include <os2win.h> 14 #include <odinwrap.h> 15 16 17 ODINDEBUGCHANNEL(WINMM-TIMEGETTIME) 9 18 10 19 /******************************************************************************/ 11 20 /******************************************************************************/ 12 DWORD WIN32API timeGetTime(void)21 ODINFUNCTION0(DWORD, timeGetTime) 13 22 { 14 #ifdef DEBUG 15 //// WriteLog("WINMM:timeGetTime\n"); 16 #endif 17 return O32_timeGetTime(); 23 return O32_timeGetTime(); 18 24 } 19 25 /******************************************************************************/ 20 26 /******************************************************************************/ 27
Note:
See TracChangeset
for help on using the changeset viewer.