Changeset 16018 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 18, 2009 12:30:41 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41700
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstCollector.cpp
r14831 r16018 22 22 */ 23 23 24 #ifdef RT_OS_DARWIN 25 #include "../darwin/PerformanceDarwin.cpp" 26 #endif 27 #ifdef RT_OS_FREEBSD 28 #include "../freebsd/PerformanceFreeBSD.cpp" 29 #endif 30 #ifdef RT_OS_LINUX 31 #include "../linux/PerformanceLinux.cpp" 32 #endif 33 #ifdef RT_OS_OS2 34 #include "../os2/PerformanceOS2.cpp" 35 #endif 24 36 #ifdef RT_OS_SOLARIS 25 37 #include "../solaris/PerformanceSolaris.cpp" 26 #endif27 #ifdef RT_OS_LINUX28 #include "../linux/PerformanceLinux.cpp"29 38 #endif 30 39 #ifdef RT_OS_WINDOWS … … 33 42 #include <objbase.h> 34 43 #include "../win/PerformanceWin.cpp" 35 #endif36 #ifdef RT_OS_OS237 #include "../os2/PerformanceOS2.cpp"38 #endif39 #ifdef RT_OS_DARWIN40 #include "../darwin/PerformanceDarwin.cpp"41 44 #endif 42 45
Note:
See TracChangeset
for help on using the changeset viewer.