VirtualBox

Ignore:
Timestamp:
Sep 5, 2011 1:49:45 PM (13 years ago)
Author:
vboxsync
Message:

*,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/testcase/tstPageFusion.cpp

    r37955 r38636  
    2323#include <iprt/asm.h>
    2424#include <iprt/mem.h>
     25#include <iprt/messages.h>
    2526#include <iprt/stream.h>
    2627#include <iprt/string.h>
     
    349350int main(int argc, char **argv)
    350351{
    351     int rc = VINF_SUCCESS;
    352352    /*
    353353     * Init globals and such.
    354354     */
    355     RTR3Init();
     355    int rc = RTR3InitExe(argc, &argv, 0);
     356    if (RT_FAILURE(rc))
     357        return RTMsgInitFailure(rc);
    356358
    357359    /*
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