update d3dhal.h it need be rewriten it does not contain all info we need.
[reactos.git] / reactos / include / ddk / d3dhal.h
index 9d3fc35..b040e1d 100644 (file)
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#ifndef __WINE_D3DHAL_H
-#define __WINE_D3DHAL_H
+#ifndef _D3DHAL_H_
+#define _D3DHAL_H_
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-#include <ddk/ddrawi.h>
 #include <d3d.h>
 
+#define D3DERR_COMMAND_UNPARSED 0x88760BB8;
+
 /*****************************************************************************
  * device info structures
  */
@@ -519,17 +520,8 @@ typedef struct _D3DHAL_DP2SETTEXLOD {
   DWORD dwLOD;
 } D3DHAL_DP2SETTEXLOD,*LPD3DHAL_DP2SETTEXLOD;
 
-typedef struct _D3DHAL_VALIDATETEXTURESTAGESTATEDATA
-{
-    ULONG_PTR           dwhContext;
-    DWORD           dwFlags;
-    DWORD           dwReserved;
-    DWORD           dwNumPasses;
-    HRESULT         ddrval;
-} D3DHAL_VALIDATETEXTURESTAGESTATEDATA;
-
 #ifdef __cplusplus
 } /* extern "C" */
 #endif
 
-#endif /* __WINE_DDRAWI_H */
+#endif /* _D3DHAL_H_ */