Commit baf0a74b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winex11.drv: Don't include wgl_driver.h if OpenGL is not supported.

parent de6e9521
......@@ -48,7 +48,6 @@
#include "x11drv.h"
#include "winternl.h"
#include "wine/wgl_driver.h"
#include "wine/library.h"
#include "wine/debug.h"
......@@ -59,6 +58,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(wgl);
WINE_DECLARE_DEBUG_CHANNEL(winediag);
WINE_DECLARE_DEBUG_CHANNEL(fps);
#include "wine/wgl_driver.h"
#include "wine/wglext.h"
/* For compatibility with old Mesa headers */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment