Alistair Leslie-Hughes : dplay: Add missing defines.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jan 23 10:52:56 CST 2015


Module: wine
Branch: master
Commit: f3c34daaeb1515728a9d059805e51b80194f61d9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f3c34daaeb1515728a9d059805e51b80194f61d9

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Tue Jan  6 11:08:17 2015 +1100

dplay: Add missing defines.

---

 include/wine/dplaysp.h | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/include/wine/dplaysp.h b/include/wine/dplaysp.h
index 95361d1..1459232 100644
--- a/include/wine/dplaysp.h
+++ b/include/wine/dplaysp.h
@@ -38,8 +38,15 @@ typedef BOOL (CALLBACK *LPENUMMRUCALLBACK)( LPCVOID lpData,
 
 /* For SP. Top 16 bits is dplay, bottom 16 is SP */
 #define DPSP_MAJORVERSION 0x00060000
-#define DPSP_DX5VERSION   0x00050000
+
 #define DPSP_DX3VERSION   0x00040000
+#define DPSP_DX5VERSION   0x00050000
+#define DPSP_DX6VERSION   0x00090000
+#define DPSP_DX61VERSION  0x000a0000
+#define DPSP_DX61AVERSION 0x000b0000
+#define DPSP_DX71VERSION  0x000c0000
+#define DPSP_DX8VERSION   0x000d0000
+#define DPSP_DX9VERSION   0x000e0000
 
 #define DPSP_MAJORVERSIONMASK 0xFFFF0000
 #define DPSP_MINORVERSIONMASK 0x0000FFFF




More information about the wine-cvs mailing list