win: math.h: isnan: use macro, similar to others (still broken)
commit6e261a107cf92a62817e81c78b52470d81218e4a
authorAvi Halachmi (:avih) <avihpit@yahoo.com>
Fri, 6 Nov 2015 02:14:10 +0000 (6 04:14 +0200)
committerAvi Halachmi (:avih) <avihpit@yahoo.com>
Sat, 7 Nov 2015 20:17:21 +0000 (7 22:17 +0200)
treeab0e90d325ca0a4410cf9f439a2b50ae84607e53
parent7307a6a3cb94b0fd2c801e0ed15e243cbcc469d8
win: math.h: isnan: use macro, similar to others (still broken)

It was broken due to tcc not able to compile asm with 't' constraint, and it's
still broken because fpclassify on which it now depends has the same issue. Next
commit will fix this.
win32/include/math.h