Changeset 21311 in vbox for trunk/src/VBox/GuestHost/OpenGL/util
- Timestamp:
- Jul 7, 2009 11:04:25 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49656
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/error.c
r18209 r21311 99 99 ); 100 100 fflush( output ); 101 102 #ifdef WINDOWS 103 OutputDebugString(str); 104 OutputDebugString("\n"); 105 #endif 101 106 } 102 107 … … 233 238 #endif 234 239 va_end( args ); 240 241 #if !defined(IN_GUEST) 242 DebugBreak(); 243 #endif 235 244 } 236 245 } … … 303 312 */ 304 313 if (!fname && !crGetenv("CR_DEBUG")) 305 silent = 1;314 silent = 0; 306 315 #endif 307 316 } … … 356 365 outputChromiumMessage( output, txt ); 357 366 #else 367 outputChromiumMessage( output, txt ); 358 368 if (output==stderr) 359 369 {
Note:
See TracChangeset
for help on using the changeset viewer.