You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Added winex11-compile-vulkan patchset
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
From d4ca594567b19b44dfa64fc9fc64fd82b097fad2 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?J=C3=B3zef=20Kucia?= <jkucia@codeweavers.com>
|
||||
Date: Fri, 3 Aug 2018 08:35:47 +1000
|
||||
Subject: [PATCH] winex11.drv: Correct bBuild fail with GCC 4.5
|
||||
|
||||
---
|
||||
dlls/winex11.drv/vulkan.c | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/dlls/winex11.drv/vulkan.c b/dlls/winex11.drv/vulkan.c
|
||||
index f9eea74..5de8557 100644
|
||||
--- a/dlls/winex11.drv/vulkan.c
|
||||
+++ b/dlls/winex11.drv/vulkan.c
|
||||
@@ -55,7 +55,6 @@ static CRITICAL_SECTION context_section = { &critsect_debug, -1, 0, 0, 0, 0 };
|
||||
|
||||
static XContext vulkan_hwnd_context;
|
||||
|
||||
-typedef VkFlags VkXlibSurfaceCreateFlagsKHR;
|
||||
#define VK_STRUCTURE_TYPE_XLIB_SURFACE_CREATE_INFO_KHR 1000004000
|
||||
|
||||
struct wine_vk_surface
|
||||
--
|
||||
1.9.1
|
||||
|
||||
2
patches/winex11-compile-vulkan/definition
Normal file
2
patches/winex11-compile-vulkan/definition
Normal file
@@ -0,0 +1,2 @@
|
||||
Fixes: [45554] - Correct compile error with gcc 4.5
|
||||
|
||||
Reference in New Issue
Block a user