Clean up gobject/gvaluetransform.c a bit
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 7 Jun 2011 00:25:07 +0000 (08:25 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 7 Jun 2011 00:25:07 +0000 (08:25 +0800)
commite154e3325eb7274b8164f8d7a5e0f335646c2bb7
treeb700045f6d78e4a9abd6d185510e602a8e60124d
parentfba436f2cb894646d758cc32e3a1ae839591a11f
Clean up gobject/gvaluetransform.c a bit

The check for _MSC_VER here is not necessary here because:
-One cannot compile GLib out-of-the-box with VS 2003 (let alone VS6
 or earlier) since GLib 2.22.4 or so.
-This code compiles fine with the currently-supported VS versions
 (2008/2010) without the error mentioned in the comments.

This will close Bug 652002.
gobject/gvaluetransform.c