Rebase against f2bb2064bfdf0e7b369f22c34d680dec6c12493c.

This commit is contained in:
Sebastian Lackner
2017-06-23 06:14:34 +02:00
parent b1cb4553ec
commit dab61e7333
3 changed files with 6 additions and 108 deletions

View File

@@ -1,4 +1,4 @@
From b95848a7794ff437b58f1a307da8c8fdca6a362f Mon Sep 17 00:00:00 2001
From 85367d69fb057ba4557d9195b324425bd0e84316 Mon Sep 17 00:00:00 2001
From: Mark Harmstone <mark@harmstone.com>
Date: Sun, 15 Mar 2015 18:04:16 +0000
Subject: dsound: Add EAX v1 constants and structs.
@@ -11,7 +11,7 @@ Subject: dsound: Add EAX v1 constants and structs.
diff --git a/dlls/dsound/dsound_eax.h b/dlls/dsound/dsound_eax.h
new file mode 100644
index 0000000..600029f
index 00000000000..600029fa94f
--- /dev/null
+++ b/dlls/dsound/dsound_eax.h
@@ -0,0 +1,89 @@
@@ -105,7 +105,7 @@ index 0000000..600029f
+
+#endif
diff --git a/dlls/dsound/dsound_private.h b/dlls/dsound/dsound_private.h
index ed645db..3c7dc7a 100644
index 45232cbd729..58163646fd7 100644
--- a/dlls/dsound/dsound_private.h
+++ b/dlls/dsound/dsound_private.h
@@ -29,6 +29,7 @@
@@ -115,7 +115,7 @@ index ed645db..3c7dc7a 100644
+#include "dsound_eax.h"
#include "wine/list.h"
#include "wine/unicode.h"
--
2.3.3
2.13.1