valgrind.h: Disable Valgrind features on x64 Visual C++ Builds
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 30 Jun 2014 09:31:57 +0000 (17:31 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 30 Jun 2014 11:56:05 +0000 (19:56 +0800)
commit72de983469ce1db81134ed3b5e2af77b56170bf3
treecda92e92d0e8e89d69165eb7beffa48db0d5a000
parentb39b19ca20159597ad7faece38de53a2939244c5
valgrind.h: Disable Valgrind features on x64 Visual C++ Builds

...so that builds of GLib on x64 Visual C++ can be restored, as the build
fails in line 449 of valgrind.h as it only supports MinGW/GCC for x64
Windows and simply will not build otherwise.  Make the x64 Visual C++
builds compile again by defining NVALGRIND when GLib is being built for
Windows on x64 Visual C++.

https://bugzilla.gnome.org/show_bug.cgi?id=732465
glib/valgrind.h