[PATCH] xaudio2: Fix 32-bit build.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> --- 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 cbbedc4f7f..70ba24375f 100644 --- a/dlls/xaudio2_7/xaudio_dll.c +++ b/dlls/xaudio2_7/xaudio_dll.c @@ -35,6 +35,7 @@ #include "ole2.h" #include "rpcproxy.h" +#include "wine/asm.h" #include "wine/debug.h" #include "wine/heap.h" -- 2.20.1
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=52231 Your paranoid android. === debian9 (32 bit report) === Report errors: The report seems to have been truncated === debian9 (32 bit WoW report) === Report errors: The report seems to have been truncated
participants (2)
-
Marvin -
Nikolay Sivov