Revert "glib/valgrind.h: Disable inline ASM on MSVC x64 builds"

Better not modify copy/paster files otherwise this will regress again
later. It's better to not include valgrind.h at all when using MSVC.

This reverts commit bbcce75d4e.
This commit is contained in:
Xavier Claessens 2018-05-25 09:22:43 -04:00
parent 2d4b05bbf8
commit f9dc091e37

View File

@ -171,16 +171,6 @@
# endif
#endif
/* XXX: Unfortunately x64 Visual C++ does not suport inline asms,
* so disable the use of valgrind's inline asm's for x64 Visual C++
* builds, so that x64 Visual C++ builds of GLib can be maintained
*/
#if defined (PLAT_amd64_win64) && defined (_MSC_VER)
# if !defined(NVALGRIND)
# define NVALGRIND 1
# endif
#endif
/* ------------------------------------------------------------------ */
/* ARCHITECTURE SPECIFICS for SPECIAL INSTRUCTIONS. There is nothing */