diff --git a/include/d3dhal.h b/include/d3dhal.h index b63ad7c4cdf..6c68d4a03fd 100644 --- a/include/d3dhal.h +++ b/include/d3dhal.h @@ -302,7 +302,6 @@ typedef enum _D3DHAL_DP2OPERATION { D3DDP2OP_POINTS = 1, D3DDP2OP_INDEXEDLINELIST = 2, D3DDP2OP_INDEXEDTRIANGLELIST = 3, - D3DDP2OP_RESERVED0 = 4, D3DDP2OP_RENDERSTATE = 8, D3DDP2OP_LINELIST = 15, D3DDP2OP_LINESTRIP = 16, @@ -328,7 +327,6 @@ typedef enum _D3DHAL_DP2OPERATION { D3DDP2OP_SETLIGHT = 34, D3DDP2OP_CREATELIGHT = 35, D3DDP2OP_SETTRANSFORM = 36, - D3DDP2OP_EXT = 37, D3DDP2OP_TEXBLT = 38, D3DDP2OP_STATESET = 39, D3DDP2OP_SETPRIORITY = 40, @@ -522,4 +520,4 @@ typedef struct _D3DHAL_DP2SETTEXLOD { } /* extern "C" */ #endif -#endif /* __WINE_DDRAWI_H */ +#endif /* __WINE_D3DHAL_H */