Changeset 554 for trunk/src/NTDLL/time.cpp
- Timestamp:
- Aug 18, 1999, 8:49:18 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/time.cpp
r97 r554 1 /* $Id: time.cpp,v 1. 2 1999-06-10 17:06:47phaller Exp $ */1 /* $Id: time.cpp,v 1.3 1999-08-18 18:49:18 phaller Exp $ */ 2 2 3 3 /* … … 228 228 229 229 /****************************************************************************** 230 * RtlSecondsSince1970ToTime [NTDLL] 231 */ 232 BOOLEAN WINAPI RtlSecondsSince1970ToTime(LPSYSTEMTIME st, 233 LPDWORD timeret) 234 { 235 dprintf(("NTDLL: RtlSecondsSince1970ToTime(%08xh,%08xh) not implemented.\n", 236 st, 237 timeret)); 238 239 //*timeret = DOSFS_UnixTimeToFileTime(st,NULL); 240 return 1; 241 } 242 243 244 /****************************************************************************** 230 245 * RtlTimeToElapsedTimeFields [NTDLL.502] 231 246 * FIXME: prototype guessed
Note:
See TracChangeset
for help on using the changeset viewer.