Changeset 3369 in vbox for trunk/src/libs/xpcom18a4/nsprpub
- Timestamp:
- Jul 3, 2007 12:29:33 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22567
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c
r3367 r3369 57 57 #if defined(VBOX) 58 58 #define IN_RING3 59 #include <iprt/runtime.h> / / for RTR3Init59 #include <iprt/runtime.h> /* for RTR3Init */ 60 60 #include <iprt/log.h> 61 61 #endif … … 406 406 if ( strcmp( file, "IPRT") == 0) 407 407 { 408 // initialize VBox Runtime 408 /* initialize VBox Runtime */ 409 409 RTR3Init(false, 0); 410 410 newLogFile = IPRT_DEBUG_FILE;
Note:
See TracChangeset
for help on using the changeset viewer.