Index: /trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp
===================================================================
--- /trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp	(revision 48365)
+++ /trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp	(revision 48366)
@@ -922,5 +922,5 @@
     pCache->pDispatch->GetShaderiv(uiShader, GL_COMPILE_STATUS, &compiled);
 
-#ifdef DEBUG_misha
+#ifndef DEBUG_misha
     if(!compiled)
 #endif
@@ -956,5 +956,5 @@
     GLint linked;
     pCache->pDispatch->GetProgramiv(uiProgram, GL_LINK_STATUS, &linked);
-#ifdef DEBUG_misha
+#ifndef DEBUG_misha
     if(!linked)
 #endif
