[INCLUDES/WINE] Update dplaysp.h. CORE-10536

svn path=/trunk/; revision=70115
This commit is contained in:
Amine Khaldi 2015-11-25 14:32:03 +00:00
parent 1d642fc5fa
commit 0fb0b84997

View 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