mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[CMAKE]
define isinf to !_finite to fix MSVC build svn path=/branches/cmake-bringup/; revision=51151
This commit is contained in:
@@ -10,6 +10,7 @@ set_rc_compiler()
|
||||
|
||||
if(MSVC)
|
||||
add_definitions(-Disnan=_isnan)
|
||||
add_definitions(-Disinf=!_finite)
|
||||
endif()
|
||||
|
||||
spec2def(wined3d.dll wined3d.spec)
|
||||
|
||||
Reference in New Issue
Block a user