Commit 8859022a authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

dxgi: Explicitly use Wine d3d12 and Vulkan headers.

Avoid depending on our modified copy of vkd3d.h to include Wine headers; this will not work with system vkd3d.h. Signed-off-by: 's avatarZebediah Figura <zfigura@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 8c3c7d82
......@@ -18,6 +18,10 @@
*/
#include "dxgi_private.h"
#define VKD3D_NO_VULKAN_H
#define VKD3D_NO_WIN32_TYPES
#include "wine/vulkan.h"
#include <vkd3d.h>
WINE_DEFAULT_DEBUG_CHANNEL(dxgi);
......
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