Commit abfb9211 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

winex11: Only declare the winediag debug channel if OpenGL is enabled.

parent 45c1dff5
...@@ -42,10 +42,11 @@ ...@@ -42,10 +42,11 @@
#include "wine/debug.h" #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(wgl); WINE_DEFAULT_DEBUG_CHANNEL(wgl);
WINE_DECLARE_DEBUG_CHANNEL(winediag);
#ifdef SONAME_LIBGL #ifdef SONAME_LIBGL
WINE_DECLARE_DEBUG_CHANNEL(winediag);
#undef APIENTRY #undef APIENTRY
#undef CALLBACK #undef CALLBACK
#undef WINAPI #undef WINAPI
......
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