[INCLUDES/WINE] Update dplaysp.h. CORE-10536
[reactos.git] / reactos / include / reactos / wine / dplaysp.h
index 95361d1..1459232 100644 (file)
@@ -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