Changeset 46593 in vbox for trunk/src/libs/xpcom18a4/ipc/ipcd
- Timestamp:
- Jun 17, 2013 2:32:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcLog.cpp
r46431 r46593 106 106 #ifdef VBOX 107 107 // initialize VBox Runtime 108 RTR3InitDll( 0);108 RTR3InitDll(RTR3INIT_FLAGS_UNOBTRUSIVE); 109 109 110 110 PL_strncpyz(ipcLogPrefix, prefix, sizeof(ipcLogPrefix));
Note:
See TracChangeset
for help on using the changeset viewer.