Author: tkreuzer Date: Sat Mar 26 11:43:22 2011 New Revision: 51151
URL: http://svn.reactos.org/svn/reactos?rev=51151&view=rev Log: [CMAKE] define isinf to !_finite to fix MSVC build
Modified: branches/cmake-bringup/dll/directx/wine/wined3d/CMakeLists.txt
Modified: branches/cmake-bringup/dll/directx/wine/wined3d/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/directx/wine/w... ============================================================================== --- branches/cmake-bringup/dll/directx/wine/wined3d/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/directx/wine/wined3d/CMakeLists.txt [iso-8859-1] Sat Mar 26 11:43:22 2011 @@ -10,6 +10,7 @@
if(MSVC) add_definitions(-Disnan=_isnan) + add_definitions(-Disinf=!_finite) endif()
spec2def(wined3d.dll wined3d.spec)