Changeset 4356 for trunk/src/kernel32/time.cpp
- Timestamp:
- Oct 1, 2000, 11:25:49 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/time.cpp
r4213 r4356 1 /* $Id: time.cpp,v 1.1 2 2000-09-08 00:33:16phaller Exp $ */1 /* $Id: time.cpp,v 1.13 2000-10-01 21:21:09 phaller Exp $ */ 2 2 3 3 /* … … 122 122 //****************************************************************************** 123 123 //****************************************************************************** 124 BOOL WIN32API FileTimeToSystemTime(const FILETIME * arg1, LPSYSTEMTIME arg2) 125 { 126 dprintf(("KERNEL32: FileTimeToSystemTime")); 127 return O32_FileTimeToSystemTime(arg1, arg2); 124 ODINFUNCTION2(BOOL, FileTimeToSystemTime, 125 const FILETIME *, arg1, 126 LPSYSTEMTIME, arg2) 127 { 128 return O32_FileTimeToSystemTime(arg1, arg2); 128 129 } 129 130 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.