d3d9: Remove some incorrect constants from d3d9types.h.

D3DPRESENT_BACK_BUFFER_MAX doesn't exist at all and
D3DPRESENT_BACK_BUFFERS_MAX is in d3d9.h.
This commit is contained in:
Henri Verbeet 2014-11-17 11:29:21 +01:00 committed by Alexandre Julliard
parent 560a78dd40
commit 82f70e25c1
1 changed files with 0 additions and 3 deletions

View File

@ -206,7 +206,6 @@
#define D3DPRESENTFLAG_NOAUTOROTATE 0x00000020 /* d3d9ex, ignore display rotation */
#define D3DPRESENTFLAG_UNPRUNEDMODE 0x00000040 /* d3d9ex, specify invalid display modes */
#define D3DPRESENT_BACK_BUFFERS_MAX __MSABI_LONG(3)
#define D3DPRESENT_RATE_DEFAULT 0x00000000
/****************************
@ -643,8 +642,6 @@ typedef enum _D3DBACKBUFFER_TYPE {
D3DBACKBUFFER_TYPE_FORCE_DWORD = 0x7fffffff
} D3DBACKBUFFER_TYPE;
#define D3DPRESENT_BACK_BUFFER_MAX __MSABI_LONG(3)
typedef enum _D3DBASISTYPE {
D3DBASIS_BEZIER = 0,
D3DBASIS_BSPLINE = 1,