VirtualBox

Ignore:
Timestamp:
Oct 15, 2016 4:46:29 PM (8 years ago)
Author:
vboxsync
Message:

IPRT,SUP: Major vboxdrv and GIP version change; more flexible processor group handling on Windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTMp-1.cpp

    r62477 r64281  
    3434#include <iprt/string.h>
    3535#include <iprt/test.h>
    36 
    37 
    38 
    39 int main()
     36#ifdef VBOX
     37# include <VBox/sup.h>
     38#endif
     39
     40
     41
     42int main(int argc, char **argv)
    4043{
    4144    RTTEST hTest;
     
    4447        return rcExit;
    4548    RTTestBanner(hTest);
     49
     50    NOREF(argc); NOREF(argv);
     51#ifdef VBOX
     52    if (argc > 1)
     53        SUPR3Init(NULL);
     54#endif
    4655
    4756    /*
Note: See TracChangeset for help on using the changeset viewer.

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