Index: /trunk/src/VBox/Devices/Graphics/shaderlib/directx.c
===================================================================
--- /trunk/src/VBox/Devices/Graphics/shaderlib/directx.c	(revision 57932)
+++ /trunk/src/VBox/Devices/Graphics/shaderlib/directx.c	(revision 57933)
@@ -739,5 +739,5 @@
 {
     if (card_vendor == HW_VENDOR_INTEL) return TRUE;
-    if (gl_vendor == HW_VENDOR_INTEL) return TRUE;
+    if (gl_vendor == GL_VENDOR_INTEL) return TRUE;
     return FALSE;
 }
