Changeset 46593 in vbox for trunk/src/libs/xpcom18a4/nsprpub
- Timestamp:
- Jun 17, 2013 2:32:51 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86471
- Location:
- trunk/src/libs/xpcom18a4/nsprpub/pr/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c
r38636 r46593 424 424 if (strcmp(file, "IPRT") == 0) { 425 425 /* initialize VBox Runtime */ 426 RTR3InitDll( 0);426 RTR3InitDll(RTR3INIT_FLAGS_UNOBTRUSIVE); 427 427 newLogFile = IPRT_DEBUG_FILE; 428 428 } … … 465 465 if (strcmp(file, "IPRT") == 0) { 466 466 /* initialize VBox Runtime */ 467 RTR3InitDll( 0);467 RTR3InitDll(RTR3INIT_FLAGS_UNOBTRUSIVE); 468 468 logFile = IPRT_DEBUG_FILE; 469 469 return PR_TRUE; -
trunk/src/libs/xpcom18a4/nsprpub/pr/src/misc/prinit.c
r39817 r46593 177 177 _pr_initialized = PR_TRUE; 178 178 #ifdef VBOX_USE_IPRT_IN_NSPR 179 RTR3InitDll( 0);179 RTR3InitDll(RTR3INIT_FLAGS_UNOBTRUSIVE); 180 180 #endif 181 181 #ifdef _PR_ZONE_ALLOCATOR
Note:
See TracChangeset
for help on using the changeset viewer.