Index: /trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/context.c
===================================================================
--- /trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/context.c	(revision 46544)
+++ /trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/context.c	(revision 46545)
@@ -2940,4 +2940,5 @@
         TRACE("Rendering offscreen.\n");
 
+#ifndef VBOX_WINE_WITH_SINGLE_CONTEXT
         /* Stay with the current context if possible. Otherwise use the
          * context for the primary swapchain. */
@@ -2945,4 +2946,5 @@
             context = current_context;
         else
+#endif
             context = swapchain_get_context(device->swapchains[0]);
     }
