Changeset 11822 in vbox for trunk/src/libs/xpcom18a4/ipc/ipcd/shared
- Timestamp:
- Aug 29, 2008 2:21:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcLog.cpp
r3181 r11822 52 52 #undef PAGE_SIZE 53 53 #endif 54 #include <iprt/ runtime.h> // for RTR3Init54 #include <iprt/initterm.h> // for RTR3Init 55 55 #else // !VBOX 56 56 PRBool ipcLogEnabled = PR_FALSE; … … 122 122 #ifdef VBOX 123 123 // initialize VBox Runtime 124 RTR3Init( false);124 RTR3Init(); 125 125 126 126 PL_strncpyz(ipcLogPrefix, prefix, sizeof(ipcLogPrefix));
Note:
See TracChangeset
for help on using the changeset viewer.