VirtualBox

Changeset 29440 in vbox


Ignore:
Timestamp:
May 13, 2010 1:44:08 AM (15 years ago)
Author:
vboxsync
Message:

tstCompiler.cpp: init runtime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstCompiler.cpp

    r28800 r29440  
    2929#include <VBox/x86.h>
    3030#include <iprt/string.h>
     31#include <iprt/message.h>
     32#include <iprt/initterm.h>
    3133
    3234#if 1
     
    223225int main()
    224226{
     227    int rc = RTR3Init();
     228    if (RT_FAILURE(rc))
     229        return RTMsgInitFailure(rc);
     230
    225231    RTPrintf("tstBitFields: This testcase requires manual inspection of the output!\n"
    226232             "\n"
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