mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
glib: Sync the local modification to glib/valgrind.h to what was upstreamed
The local change from af0e0cb995
in glib ended upstreamed
as 7359c5fd9f312cddd62146896558d8c9bd2bd4cf in valgrind, with
a few minor adjustments requested from there.
Sync this local modification to what ended up upstreamed, to avoid
any doubt regarding it for future syncs of the whole header.
This commit is contained in:
parent
de8708cd95
commit
8bee9febea
@ -134,8 +134,9 @@
|
||||
|| defined(__CYGWIN32__) \
|
||||
|| (defined(_WIN32) && defined(_M_IX86))
|
||||
# define PLAT_x86_win32 1
|
||||
#elif (defined(__MINGW64__) && defined(__x86_64__)) \
|
||||
|| (defined(_WIN64) && defined(_M_X64))
|
||||
#elif (defined(__MINGW32__) && defined(__x86_64__)) \
|
||||
|| (defined(_WIN32) && defined(_M_X64))
|
||||
/* __MINGW32__ and _WIN32 are defined in 64 bit mode as well. */
|
||||
# define PLAT_amd64_win64 1
|
||||
#elif defined(__linux__) && defined(__i386__)
|
||||
# define PLAT_x86_linux 1
|
||||
|
Loading…
Reference in New Issue
Block a user