VirtualBox

Changeset 46593 in vbox for trunk/src/libs/xpcom18a4/nsprpub


Ignore:
Timestamp:
Jun 17, 2013 2:32:51 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86471
Message:

updates

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

    r38636 r46593  
    424424    if (strcmp(file, "IPRT") == 0) {
    425425        /* initialize VBox Runtime */
    426         RTR3InitDll(0);
     426        RTR3InitDll(RTR3INIT_FLAGS_UNOBTRUSIVE);
    427427        newLogFile = IPRT_DEBUG_FILE;
    428428    }
     
    465465    if (strcmp(file, "IPRT") == 0) {
    466466        /* initialize VBox Runtime */
    467         RTR3InitDll(0);
     467        RTR3InitDll(RTR3INIT_FLAGS_UNOBTRUSIVE);
    468468        logFile = IPRT_DEBUG_FILE;
    469469        return PR_TRUE;
  • trunk/src/libs/xpcom18a4/nsprpub/pr/src/misc/prinit.c

    r39817 r46593  
    177177    _pr_initialized = PR_TRUE;
    178178#ifdef VBOX_USE_IPRT_IN_NSPR
    179     RTR3InitDll(0);
     179    RTR3InitDll(RTR3INIT_FLAGS_UNOBTRUSIVE);
    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