util/ansi-print.cc: Use fallback implementation for lround on MSVC
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 3 Jun 2013 09:55:29 +0000 (17:55 +0800)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 3 Jun 2013 22:50:26 +0000 (18:50 -0400)
commitb4c5c52944a44ba863a22a53035ff561af7318ca
tree7a8df248053353a7aee39986e3d60fa3fac41515
parenta4446b10bfe0a9e7236bf941fa69a96697939e11
util/ansi-print.cc: Use fallback implementation for lround on MSVC

Unfortuately Visual Studio (still) does not support the C99 function
lround, so provide a fallback implementation for it.
util/ansi-print.cc