Author: greatlrd Date: Sun Nov 25 14:14:43 2007 New Revision: 30729
URL: http://svn.reactos.org/svn/reactos?rev=30729&view=rev Log: fix some of wine d3d8 waring at compiling. no waring are show in d3d8 now.
Modified: trunk/reactos/include/psdk/d3d8types.h
Modified: trunk/reactos/include/psdk/d3d8types.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/d3d8types.h?re... ============================================================================== --- trunk/reactos/include/psdk/d3d8types.h (original) +++ trunk/reactos/include/psdk/d3d8types.h Sun Nov 25 14:14:43 2007 @@ -148,11 +148,11 @@ #define D3DCOLORWRITEENABLE_ALPHA (1L<<3)
- +#ifndef MAKEFOURCC #define MAKEFOURCC(ch0, ch1, ch2, ch3) \ ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | \ ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24 )) - +#endif
/**************************** * Vertex Shaders Declaration