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
Rebase against 07e249e431c5009fa6ab8d274b4a8fe62a286358
This commit is contained in:
24
patches/xaudio2-revert/0008-xaudio2_7-Fix-build.patch
Normal file
24
patches/xaudio2-revert/0008-xaudio2_7-Fix-build.patch
Normal file
@@ -0,0 +1,24 @@
|
||||
From 76ff2b8644ec3e3b7c17ff3bc058dbdfc11a2ea0 Mon Sep 17 00:00:00 2001
|
||||
From: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
|
||||
Date: Fri, 17 May 2019 08:16:47 +1000
|
||||
Subject: [PATCH] xaudio2_7: Fix build
|
||||
|
||||
---
|
||||
dlls/xaudio2_7/xaudio_dll.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/dlls/xaudio2_7/xaudio_dll.c b/dlls/xaudio2_7/xaudio_dll.c
|
||||
index 8fc2364..3dc0d6c 100644
|
||||
--- a/dlls/xaudio2_7/xaudio_dll.c
|
||||
+++ b/dlls/xaudio2_7/xaudio_dll.c
|
||||
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "xapofx.h"
|
||||
|
||||
+#include "wine/asm.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(xaudio2);
|
||||
--
|
||||
1.9.1
|
||||
|
||||
Reference in New Issue
Block a user