VirtualBox

Ignore:
Timestamp:
Jul 7, 2009 11:04:25 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49656
Message:

crOpenGL: fix build, missing dependency

File:
1 edited

Legend:

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

    r18209 r21311  
    9999            );
    100100    fflush( output );
     101
     102#ifdef WINDOWS
     103    OutputDebugString(str);
     104    OutputDebugString("\n");
     105#endif
    101106}
    102107
     
    233238#endif
    234239        va_end( args );
     240
     241#if !defined(IN_GUEST)
     242        DebugBreak();
     243#endif
    235244    }
    236245}
     
    303312         */
    304313        if (!fname && !crGetenv("CR_DEBUG"))
    305             silent = 1;
     314            silent = 0;
    306315#endif
    307316    }
     
    356365    outputChromiumMessage( output, txt );
    357366#else
     367    outputChromiumMessage( output, txt );
    358368    if (output==stderr)
    359369    {
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