mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix valgrind errors from CPP define already defined (r=edwsmith)
--HG-- extra : convert_revision : aaa4e162e47e7b05cf6c04a51975f6a4042c604c
This commit is contained in:
parent
84d71ad9e5
commit
53d6d47f23
@ -90,7 +90,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#ifdef JS_VALGRIND
|
#ifdef JS_VALGRIND
|
||||||
# include <valgrind/valgrind.h>
|
# include <valgrind/valgrind.h>
|
||||||
#else
|
#elif !defined(VALGRIND_DISCARD_TRANSLATIONS)
|
||||||
# define VALGRIND_DISCARD_TRANSLATIONS(addr, szB)
|
# define VALGRIND_DISCARD_TRANSLATIONS(addr, szB)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user