Changeset 4208 for trunk/src/kernel32/time.cpp
- Timestamp:
- Sep 7, 2000, 11:40:28 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/time.cpp
r4174 r4208 1 /* $Id: time.cpp,v 1. 9 2000-09-03 18:04:56phaller Exp $ */1 /* $Id: time.cpp,v 1.10 2000-09-07 21:40:27 phaller Exp $ */ 2 2 3 3 /* … … 14 14 * Project Odin Software License can be found in LICENSE.TXT 15 15 */ 16 17 18 /***************************************************************************** 19 * Includes * 20 *****************************************************************************/ 21 22 #include <odin.h> 23 #include <odinwrap.h> 24 #include <os2sel.h> 25 16 26 #include <os2win.h> 27 17 28 #include <winnls.h> 18 29 #include "winuser.h" … … 24 35 #define DBG_LOCALLOG DBG_time 25 36 #include "dbglocal.h" 37 38 /***************************************************************************** 39 * Defines * 40 *****************************************************************************/ 41 42 ODINDEBUGCHANNEL(KERNEL32-TIME) 43 44 26 45 27 46 #define lstrcpynAtoW(unicode,ascii,asciilen) AsciiToUnicodeN(ascii,unicode,asciilen); … … 131 150 //****************************************************************************** 132 151 //****************************************************************************** 133 VOID WIN32API GetSystemTime( LPSYSTEMTIME arg1) 134 { 135 dprintf(("KERNEL32: OS2GetSystemTime\n")); 152 ODINPROCEDURE1(GetSystemTime, 153 LPSYSTEMTIME, arg1) 154 { 136 155 O32_GetSystemTime(arg1); 137 156 }
Note:
See TracChangeset
for help on using the changeset viewer.