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/libs/xpcom18a4/ipc/ipcd/shared/src/ipcLog.cpp

    r11822 r38636  
    5252#undef PAGE_SIZE
    5353#endif
    54 #include <iprt/initterm.h> // for RTR3Init
     54#include <iprt/initterm.h> // for RTR3InitDll
    5555#else // !VBOX
    5656PRBool ipcLogEnabled = PR_FALSE;
     
    122122#ifdef VBOX
    123123    // initialize VBox Runtime
    124     RTR3Init();
     124    RTR3InitDll(0);
    125125
    126126    PL_strncpyz(ipcLogPrefix, prefix, sizeof(ipcLogPrefix));
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