- Properly stub atan2/exp/fmod/ldexp for MSVC -- #error out on them instead of callin...
authorStefan Ginsberg <stefanginsberg@gmail.com>
Fri, 7 Aug 2009 16:40:11 +0000 (16:40 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Fri, 7 Aug 2009 16:40:11 +0000 (16:40 +0000)
commit578de69cda62c6248c2f36f4362ff6bdcfddc6fa
tree230401709e42b2a56ea262b6d5502473255e3f75
parent10fb22e0d957148ec61039216a5c2f64babad28a
- Properly stub atan2/exp/fmod/ldexp for MSVC -- #error out on them instead of calling nonexisting functions to fail at link time (wtf?).

svn path=/trunk/; revision=42471
reactos/lib/sdk/crt/math/i386/atan2.c
reactos/lib/sdk/crt/math/i386/exp.c
reactos/lib/sdk/crt/math/i386/fmod.c
reactos/lib/sdk/crt/math/i386/ldexp.c