Skip to content
Snippets Groups Projects
Commit 8859022a authored by Elizabeth Figura's avatar Elizabeth Figura Committed by Alexandre Julliard
Browse files

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: default avatarZebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent 8c3c7d82
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment