gobject/gvaluetransform.c: Cleanup #ifndef _MSC_VER
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 29 Oct 2013 04:46:32 +0000 (12:46 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 29 Oct 2013 04:46:32 +0000 (12:46 +0800)
commite08ef9c367c4ad7c7d18b33b26465e8afbc895f3
treec80cab85f3fed25e1caa426d6e855910196c401c
parentb227528f3291c8c4cfdfea057917edec63597ff8
gobject/gvaluetransform.c: Cleanup #ifndef _MSC_VER

The two casts that were unsupported with Visual Studio is now properly
supported, so build this code like how the other compilers build the code.
gobject/gvaluetransform.c