Changeset 46035 in vbox for trunk/src/VBox/Runtime/testcase/tstTime-3.cpp
- Timestamp:
- May 13, 2013 4:47:40 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85702
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstTime-3.cpp
r44528 r46035 31 31 # include <Windows.h> 32 32 33 #elif defined RT_OS_L434 35 33 #else /* posix */ 36 34 # include <sys/time.h> … … 51 49 GetSystemTimeAsFileTime((LPFILETIME)&u64); 52 50 return u64 * 100; 53 54 #elif defined RT_OS_L455 /** @todo fix a different timesource on l4. */56 return RTTimeNanoTS();57 51 58 52 #else /* posix */
Note:
See TracChangeset
for help on using the changeset viewer.