Changeset 21312 in vbox
- Timestamp:
- Jul 7, 2009 11:12:59 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49657
- Location:
- trunk/src/VBox/GuestHost/OpenGL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/spu_loader/glloader.py
r21311 r21312 64 64 #endif 65 65 66 #define CR_NO_GL_SYSTEM_PATH 1 66 /*#define CR_NO_GL_SYSTEM_PATH 1*/ 67 67 68 68 /* -
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.