Author: spetreolle Date: Sun Jul 24 21:24:42 2011 New Revision: 52850
URL: http://svn.reactos.org/svn/reactos?rev=52850&view=rev Log: [ReactX] Only emit a note when using d3dtypes.h for D3D version >= 8.0. This is what the DDK does, and this is needed to build d3d9.
Modified: branches/reactx/reactos/include/psdk/d3dtypes.h
Modified: branches/reactx/reactos/include/psdk/d3dtypes.h URL: http://svn.reactos.org/svn/reactos/branches/reactx/reactos/include/psdk/d3dt... ============================================================================== --- branches/reactx/reactos/include/psdk/d3dtypes.h [iso-8859-1] (original) +++ branches/reactx/reactos/include/psdk/d3dtypes.h [iso-8859-1] Sun Jul 24 21:24:42 2011 @@ -28,7 +28,7 @@ /* #include <windows.h> FIXME: Need to include for compatibility. Inclusion caused compile fail */
#if (DIRECT3D_VERSION >= 0x0800) -#error "You should not include d3dtypes.h when compiling for DX8 or newer." +#pragma message("You should not include d3dtypes.h when compiling for DX8 or newer.") #endif
#include <float.h>