VirtualBox

Ignore:
Timestamp:
Sep 5, 2011 1:49:45 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73843
Message:

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

Location:
trunk/src/libs/xpcom18a4/nsprpub/pr/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c

    r31259 r38636  
    5151
    5252#if defined(VBOX) && defined(DEBUG)
    53 # include <iprt/initterm.h> /* for RTR3Init */
     53# include <iprt/initterm.h> /* for RTR3InitDll */
    5454# include <iprt/log.h>
    5555#endif
     
    424424    if (strcmp(file, "IPRT") == 0) {
    425425        /* initialize VBox Runtime */
    426         RTR3Init();
     426        RTR3InitDll(0);
    427427        newLogFile = IPRT_DEBUG_FILE;
    428428    }
     
    465465    if (strcmp(file, "IPRT") == 0) {
    466466        /* initialize VBox Runtime */
    467         RTR3Init();
     467        RTR3InitDll(0);
    468468        logFile = IPRT_DEBUG_FILE;
    469469        return PR_TRUE;
  • trunk/src/libs/xpcom18a4/nsprpub/pr/src/misc/prinit.c

    r32971 r38636  
    177177    _pr_initialized = PR_TRUE;
    178178#ifdef VBOX_USE_IPRT_IN_NSPR
    179     RTR3Init();
     179    RTR3InitDll(0);
    180180#endif
    181181#ifdef _PR_ZONE_ALLOCATOR
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