VirtualBox

Ignore:
Timestamp:
Jul 7, 2009 11:12:59 AM (16 years ago)
Author:
vboxsync
Message:

crOpenGL: fix occasional local changes commited with r49656

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/error.c

    r21311 r21312  
    100100    fflush( output );
    101101
    102 #ifdef WINDOWS
     102#if defined(DEBUG) && defined(WINDOWS)
    103103    OutputDebugString(str);
    104104    OutputDebugString("\n");
     
    239239        va_end( args );
    240240
    241 #if !defined(IN_GUEST)
     241#if defined(WINDOWS) && defined(DEBUG) && !defined(IN_GUEST)
    242242        DebugBreak();
    243243#endif
     
    312312         */
    313313        if (!fname && !crGetenv("CR_DEBUG"))
    314             silent = 0;
     314            silent = 1;
    315315#endif
    316316    }
     
    365365    outputChromiumMessage( output, txt );
    366366#else
     367# if defined(DEBUG) && defined(DEBUG_leo)
    367368    outputChromiumMessage( output, txt );
     369# endif
    368370    if (output==stderr)
    369371    {
Note: See TracChangeset for help on using the changeset viewer.

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