VirtualBox

Changeset 3369 in vbox for trunk/src/libs/xpcom18a4/nsprpub


Ignore:
Timestamp:
Jul 3, 2007 12:29:33 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22567
Message:

NSPR: C++ comments -> C comments in C sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c

    r3367 r3369  
    5757#if defined(VBOX)
    5858#define IN_RING3
    59 #include <iprt/runtime.h> // for RTR3Init
     59#include <iprt/runtime.h> /* for RTR3Init */
    6060#include <iprt/log.h>
    6161#endif
     
    406406    if ( strcmp( file, "IPRT") == 0)
    407407    {
    408             // initialize VBox Runtime
     408        /* initialize VBox Runtime */
    409409                RTR3Init(false, 0);
    410410        newLogFile = IPRT_DEBUG_FILE;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette