c99_math: Don't reimplement lrint and friends on MSVC 2013.
authorJose Fonseca <jfonseca@vmware.com>
Tue, 24 Mar 2015 13:16:24 +0000 (13:16 +0000)
committerJose Fonseca <jfonseca@vmware.com>
Wed, 25 Mar 2015 10:42:41 +0000 (10:42 +0000)
commitfdb507e3d6a9a78f8a42bc8d6f7e60816627403e
tree3342a8a561af4b94a8a813d36133ec1a08714e6b
parent69db422218b0264b5b8eef45bd003a2544e9cbd6
c99_math: Don't reimplement lrint and friends on MSVC 2013.

MSVC 2013 declares these functions, both for C and C++ source files.

This was caught with MSVC in analyze mode.

Reviewed-by: Brian Paul <brianp@vmware.com>
include/c99_math.h