From 34350b812f35fd24f84be920eb0c372b917c7d02 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B3zef=20Kucia?= Date: Mon, 17 Jun 2019 14:00:08 +0200 Subject: [PATCH] core: Define VK_USE_PLATFORM_XCB_KHR before including vkd3d_utils.h. --- Core/port.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/port.cpp b/Core/port.cpp index 3da4696..cbafc1d 100644 --- a/Core/port.cpp +++ b/Core/port.cpp @@ -21,8 +21,8 @@ * DEALINGS IN THE SOFTWARE. */ -#include "port.h" #define VK_USE_PLATFORM_XCB_KHR +#include "port.h" #include #include #include "xinput/xinput.h" -- 2.11.4.GIT