Changeset 38636 in vbox for trunk/src/libs/xpcom18a4/ipc/ipcd
- Timestamp:
- Sep 5, 2011 1:49:45 PM (13 years ago)
- Location:
- trunk/src/libs/xpcom18a4/ipc/ipcd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcdUnix.cpp
r33044 r38636 474 474 #ifdef VBOX 475 475 /* Set up the runtime without loading the support driver. */ 476 RTR3Init ();476 RTR3InitExe(argc, &argv, 0); 477 477 #endif 478 478 -
trunk/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcLog.cpp
r11822 r38636 52 52 #undef PAGE_SIZE 53 53 #endif 54 #include <iprt/initterm.h> // for RTR3Init 54 #include <iprt/initterm.h> // for RTR3InitDll 55 55 #else // !VBOX 56 56 PRBool ipcLogEnabled = PR_FALSE; … … 122 122 #ifdef VBOX 123 123 // initialize VBox Runtime 124 RTR3Init ();124 RTR3InitDll(0); 125 125 126 126 PL_strncpyz(ipcLogPrefix, prefix, sizeof(ipcLogPrefix));
Note:
See TracChangeset
for help on using the changeset viewer.