winex11.drv: The winediag debug channel is only used for HAVE_XRRGETSCREENRESOURCES.
This commit is contained in:
parent
0e5933f70a
commit
abf4250c72
|
@ -24,7 +24,9 @@
|
|||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(xrandr);
|
||||
#ifdef HAVE_XRRGETSCREENRESOURCES
|
||||
WINE_DECLARE_DEBUG_CHANNEL(winediag);
|
||||
#endif
|
||||
|
||||
#ifdef SONAME_LIBXRANDR
|
||||
|
||||
|
|
Loading…
Reference in New Issue