Commit f3c34daa authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

dplay: Add missing defines.

parent 193d15cc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment