Changeset 11822 in vbox for trunk/src/libs/xpcom18a4/nsprpub/pr
- Timestamp:
- Aug 29, 2008 2:21:03 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35653
- 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
r8245 r11822 414 414 if (strcmp(file, "IPRT") == 0) { 415 415 /* initialize VBox Runtime */ 416 RTR3Init(false, 0);416 RTR3Init(); 417 417 newLogFile = IPRT_DEBUG_FILE; 418 418 } … … 455 455 if (strcmp(file, "IPRT") == 0) { 456 456 /* initialize VBox Runtime */ 457 RTR3Init(false, 0);457 RTR3Init(); 458 458 logFile = IPRT_DEBUG_FILE; 459 459 return PR_TRUE; -
trunk/src/libs/xpcom18a4/nsprpub/pr/src/misc/prinit.c
r11598 r11822 177 177 _pr_initialized = PR_TRUE; 178 178 #ifdef VBOX_USE_IPRT_IN_NSPR 179 RTR3Init( false /* fInitSUPLib */, 0 /* cbReserve */);179 RTR3Init(); 180 180 #endif 181 181 #ifdef _PR_ZONE_ALLOCATOR
Note:
See TracChangeset
for help on using the changeset viewer.