2009-04-05 Ozkan Sezer <sezeroz@gmail.com>
* d3d8types.h, d3d9types.h: Remove misspelled constants as they exist
correctly spelled (wine git d476313a49c1b46eeef390c79cadd72cd3eb217d).
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@720 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/direct-x/ChangeLog b/mingw-w64-headers/direct-x/ChangeLog
index 3e27572..117eaf0 100644
--- a/mingw-w64-headers/direct-x/ChangeLog
+++ b/mingw-w64-headers/direct-x/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-05 Ozkan Sezer <sezeroz@gmail.com>
+
+ * d3d8types.h, d3d9types.h: Remove misspelled constants as they exist
+ correctly spelled (wine git d476313a49c1b46eeef390c79cadd72cd3eb217d).
+
2009-04-04 Ozkan Sezer <sezeroz@gmail.com>
* d3d.h, d3d8.h, d3d9.h, dmplugin.h, dmusicc.h, dmusicf.h, dmusici.h:
diff --git a/mingw-w64-headers/direct-x/include/d3d8types.h b/mingw-w64-headers/direct-x/include/d3d8types.h
index 7573ab1..7429d45 100644
--- a/mingw-w64-headers/direct-x/include/d3d8types.h
+++ b/mingw-w64-headers/direct-x/include/d3d8types.h
@@ -65,11 +65,6 @@
#define D3DCOLOR_RGBA(r,g,b,a) D3DCOLOR_ARGB(a,r,g,b)
#define D3DCOLOR_XRGB(r,g,b) D3DCOLOR_ARGB(0xff,r,g,b)
-#define D3DCOLORWRITEENABLED_RED 1
-#define D3DCOLORWRITEENABLED_GREEN 2
-#define D3DCOLORWRITEENABLED_BLUE 4
-#define D3DCOLORWRITEENABLED_ALPHA 8
-
#define D3DCS_LEFT 0x001
#define D3DCS_RIGHT 0x002
#define D3DCS_TOP 0x004
diff --git a/mingw-w64-headers/direct-x/include/d3d9types.h b/mingw-w64-headers/direct-x/include/d3d9types.h
index 832915c..11aeb8a 100644
--- a/mingw-w64-headers/direct-x/include/d3d9types.h
+++ b/mingw-w64-headers/direct-x/include/d3d9types.h
@@ -68,11 +68,6 @@
#define D3DCOLOR_XYUV(y,u,v) D3DCOLOR_ARGB(0xFF,y,u,v)
#define D3DCOLOR_AYUV(a,y,u,v) D3DCOLOR_ARGB(a,y,u,v)
-#define D3DCOLORWRITEENABLED_RED 1
-#define D3DCOLORWRITEENABLED_GREEN 2
-#define D3DCOLORWRITEENABLED_BLUE 4
-#define D3DCOLORWRITEENABLED_ALPHA 8
-
#define D3DCS_LEFT 0x001L
#define D3DCS_RIGHT 0x002L
#define D3DCS_TOP 0x004L