Skip to content

gdatetime.c: Fix MSVC builds for lack of NAN items

Philip Withnall requested to merge pwithnall/glib:isnan-msvc into master

Use a fallback for isnan() on Visual Studio 2012 or earlier, and define NAN if it does not exist.


Trivial forward-port of !1831 (merged) to master.

Merge request reports