2009-04-04  Ozkan Sezer <sezeroz@gmail.com>

	* d3d9types.h: Fix the value of D3DFVF_POSITION_MASK.
	(wine git d359a7813fe3d7acd8d3791fe63a4e44bb22ebb2)


git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@711 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/direct-x/ChangeLog b/mingw-w64-headers/direct-x/ChangeLog
index 9e6f675..58650b3 100644
--- a/mingw-w64-headers/direct-x/ChangeLog
+++ b/mingw-w64-headers/direct-x/ChangeLog
@@ -11,6 +11,8 @@
 	* d3d8.h: Added missing include directives.
 	(wine git 56f7209a949a1805d80ae0a59e093bbe2857677e)
 	* d3d9.h: Likewise.
+	* d3d9types.h: Fix the value of D3DFVF_POSITION_MASK.
+	(wine git d359a7813fe3d7acd8d3791fe63a4e44bb22ebb2)
 
 
 2009-02-20  Kai Tietz  <kai.tietz@onevision.com>
diff --git a/mingw-w64-headers/direct-x/include/d3d9types.h b/mingw-w64-headers/direct-x/include/d3d9types.h
index 9a342ef..ebd6779 100644
--- a/mingw-w64-headers/direct-x/include/d3d9types.h
+++ b/mingw-w64-headers/direct-x/include/d3d9types.h
@@ -157,7 +157,7 @@
 #define MAX_DEVICE_IDENTIFIER_STRING        512
 
 #define D3DFVF_RESERVED0           0x0001
-#define D3DFVF_POSITION_MASK       0x4000E
+#define D3DFVF_POSITION_MASK       0x400E
 #define D3DFVF_XYZ                 0x0002
 #define D3DFVF_XYZRHW              0x0004
 #define D3DFVF_XYZB1               0x0006