Commit 3be9f9d0 authored by Thomas Faber's avatar Thomas Faber Committed by Alexandre Julliard

winex11: Avoid unused variable warning when building without LIBGL.

parent 690022c6
......@@ -43,10 +43,9 @@
#include "wine/library.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(wgl);
#ifdef SONAME_LIBGL
WINE_DEFAULT_DEBUG_CHANNEL(wgl);
WINE_DECLARE_DEBUG_CHANNEL(winediag);
#include "wine/wgl.h"
......
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