VirtualBox

Changeset 16018 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 18, 2009 12:30:41 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
41700
Message:

Main: FreeBSD stubbing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstCollector.cpp

    r14831 r16018  
    2222 */
    2323
     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
    2436#ifdef RT_OS_SOLARIS
    2537#include "../solaris/PerformanceSolaris.cpp"
    26 #endif
    27 #ifdef RT_OS_LINUX
    28 #include "../linux/PerformanceLinux.cpp"
    2938#endif
    3039#ifdef RT_OS_WINDOWS
     
    3342#include <objbase.h>
    3443#include "../win/PerformanceWin.cpp"
    35 #endif
    36 #ifdef RT_OS_OS2
    37 #include "../os2/PerformanceOS2.cpp"
    38 #endif
    39 #ifdef RT_OS_DARWIN
    40 #include "../darwin/PerformanceDarwin.cpp"
    4144#endif
    4245
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette