Changeset 38636 in vbox for trunk/src/libs/xpcom18a4/ipc/ipcd/shared
- Timestamp:
- Sep 5, 2011 1:49:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.