https://bugs.kde.org/show_bug.cgi?id=427146
Mark Wielaard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Mark Wielaard <[email protected]> --- (In reply to Sam James from comment #1) > I was looking over stale copies of valgrind.h and noticed this, been fixed > on the glib side in > https://gitlab.gnome.org/GNOME/glib/-/commit/ > 4aa051cafb389c5b0896217abb9740af8bac8495 Thanks, so at least it works somewhere. But that is a pretty stale version of valgrind.h. Would be good to get that upgraded. So using stdint.h does require C99. But that might be reasonable to require these days. And it is only used for PLAT_x86_win32 with _MSC_VER. See bug #210935 Which is a little odd, since that doesn't have a valgrind port. So this is only for building. It also means we can put the #include <stdint.h> under #if defined(_MSC_VER). -- You are receiving this mail because: You are watching all bug changes.
