winex11: Fix a compiler warning when building without vulkan support.

Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Akihiro Sagawa 2018-10-12 00:35:32 +09:00 committed by Alexandre Julliard
parent 8fd5c6cb52
commit 1931b17868
1 changed files with 1 additions and 1 deletions

View File

@ -41,9 +41,9 @@
#include "wine/vulkan_driver.h"
WINE_DEFAULT_DEBUG_CHANNEL(vulkan);
WINE_DECLARE_DEBUG_CHANNEL(fps);
#ifdef SONAME_LIBVULKAN
WINE_DECLARE_DEBUG_CHANNEL(fps);
static CRITICAL_SECTION context_section;
static CRITICAL_SECTION_DEBUG critsect_debug =