Changeset 21312 in vbox for trunk/src/VBox/GuestHost/OpenGL/util
- Timestamp:
- Jul 7, 2009 11:12:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/error.c
r21311 r21312 100 100 fflush( output ); 101 101 102 #if def WINDOWS102 #if defined(DEBUG) && defined(WINDOWS) 103 103 OutputDebugString(str); 104 104 OutputDebugString("\n"); … … 239 239 va_end( args ); 240 240 241 #if !defined(IN_GUEST)241 #if defined(WINDOWS) && defined(DEBUG) && !defined(IN_GUEST) 242 242 DebugBreak(); 243 243 #endif … … 312 312 */ 313 313 if (!fname && !crGetenv("CR_DEBUG")) 314 silent = 0;314 silent = 1; 315 315 #endif 316 316 } … … 365 365 outputChromiumMessage( output, txt ); 366 366 #else 367 # if defined(DEBUG) && defined(DEBUG_leo) 367 368 outputChromiumMessage( output, txt ); 369 # endif 368 370 if (output==stderr) 369 371 {
Note:
See TracChangeset
for help on using the changeset viewer.