VirtualBox

Ignore:
Timestamp:
Aug 29, 2008 2:21:03 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35653
Message:

IPRT: RTR3Init cleanup.

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

    r8245 r11822  
    414414    if (strcmp(file, "IPRT") == 0) {
    415415        /* initialize VBox Runtime */
    416                 RTR3Init(false, 0);
     416        RTR3Init();
    417417        newLogFile = IPRT_DEBUG_FILE;
    418418    }
     
    455455    if (strcmp(file, "IPRT") == 0) {
    456456        /* initialize VBox Runtime */
    457                 RTR3Init(false, 0);
     457        RTR3Init();
    458458        logFile = IPRT_DEBUG_FILE;
    459459        return PR_TRUE;
  • trunk/src/libs/xpcom18a4/nsprpub/pr/src/misc/prinit.c

    r11598 r11822  
    177177    _pr_initialized = PR_TRUE;
    178178#ifdef VBOX_USE_IPRT_IN_NSPR
    179     RTR3Init(false /* fInitSUPLib */, 0 /* cbReserve */);
     179    RTR3Init();
    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