Module: wine Branch: master Commit: 5cbc4e818837ba473bb409536975561572aa84d7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5cbc4e818837ba473bb4095369...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Nov 5 13:38:45 2010 +0100
d3dhal.h: Removed no longer defined D3DDP2OP_* enums.
---
include/d3dhal.h | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/include/d3dhal.h b/include/d3dhal.h index b63ad7c..6c68d4a 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 */