Changeset 25865 in vbox
- Timestamp:
- Jan 15, 2010 2:09:02 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56664
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r25605 r25865 111 111 tstTimer \ 112 112 tstTimerLR \ 113 tst TimeSpec \113 tstRTTimeSpec \ 114 114 tstTSC \ 115 115 tstUtf8 \ … … 410 410 tstTimerLR_SOURCES = tstTimerLR.cpp 411 411 412 tstTimeSpec_SOURCES = tstTimeSpec.cpp 412 tstRTTimeSpec_TEMPLATE = VBOXR3TSTEXE 413 tstRTTimeSpec_SOURCES = tstRTTimeSpec.cpp 413 414 414 415 tstTSC_SOURCES = tstTSC.cpp -
trunk/src/VBox/Runtime/testcase/tstRTTimeSpec.cpp
r25856 r25865 36 36 # define RTTIME_INCL_TIMESPEC 37 37 # include <time.h> 38 # include <sys/time.h> 38 39 #endif 39 40 #include <iprt/time.h>
Note:
See TracChangeset
for help on using the changeset viewer.