msvcrt: The fpclass() constants are not defines.
commit8e382e97e9c1209695b2ac621423852f7799d794
authorFrancois Gouget <fgouget@free.fr>
Sun, 24 Apr 2016 23:09:46 +0000 (25 01:09 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 26 Apr 2016 05:48:52 +0000 (26 14:48 +0900)
tree730165f4025fa8a5e8e5f406567813db961ac564
parent21fd1d37293c112c1659f2f8fd4f90f240816c89
msvcrt: The fpclass() constants are not defines.

Solaris is the only platform that has fpclass() and it defines
the constants in the fpclass_t enum.
So this reverts commit b0047713142de79eba454d1196b230d53781518f.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msvcrt/math.c