Changeset 1404 for trunk/src/winmm/time.cpp
- Timestamp:
- Oct 22, 1999, 8:09:16 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/time.cpp
r764 r1404 1 /* $Id: time.cpp,v 1. 4 1999-08-31 20:25:17 phallerExp $ */1 /* $Id: time.cpp,v 1.5 1999-10-22 18:09:16 sandervl Exp $ */ 2 2 3 3 /* … … 15 15 * Includes * 16 16 ****************************************************************************/ 17 18 17 #include <os2win.h> 19 18 #include <odinwrap.h> … … 221 220 *****************************************************************************/ 222 221 223 ODINFUNCTION0(DWORD, timeGetTime)222 DWORD WIN32API timeGetTime() 224 223 { 225 224 return O32_timeGetTime();
Note:
See TracChangeset
for help on using the changeset viewer.