Henri Verbeet : d3d9: Remove some incorrect constants from d3d9types.h.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Nov 17 07:43:45 CST 2014


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Mon Nov 17 11:29:21 2014 +0100

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.

---

 include/d3d9types.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/d3d9types.h b/include/d3d9types.h
index 4cc1195..fd7c4ce 100644
--- a/include/d3d9types.h
+++ b/include/d3d9types.h
@@ -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,




More information about the wine-cvs mailing list