winex11: Avoid unused variable warning when building without LIBGL.

Signed-off-by: Thomas Faber <thomas.faber@reactos.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Thomas Faber 2017-02-20 15:28:25 +01:00 committed by Alexandre Julliard
parent 690022c61b
commit 3be9f9d036
1 changed files with 1 additions and 2 deletions

View File

@ -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"