VirtualBox

Ignore:
Timestamp:
Aug 29, 2008 2:21:03 PM (16 years ago)
Author:
vboxsync
Message:

IPRT: RTR3Init cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcLog.cpp

    r3181 r11822  
    5252#undef PAGE_SIZE
    5353#endif
    54 #include <iprt/runtime.h> // for RTR3Init
     54#include <iprt/initterm.h> // for RTR3Init
    5555#else // !VBOX
    5656PRBool ipcLogEnabled = PR_FALSE;
     
    122122#ifdef VBOX
    123123    // initialize VBox Runtime
    124     RTR3Init(false);
     124    RTR3Init();
    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