mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 18:36:17 +01: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 bbcce75d4e
.
This commit is contained in:
parent
2d4b05bbf8
commit
f9dc091e37
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user