mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-05 04:10:07 +02:00
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 bbcce75d4e09f74894684b18222170eef97e8b2c.
This commit is contained in:
parent
2d4b05bbf8
commit
f9dc091e37
@ -171,16 +171,6 @@
|
|||||||
# endif
|
# endif
|
||||||
#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 */
|
/* ARCHITECTURE SPECIFICS for SPECIAL INSTRUCTIONS. There is nothing */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user