Chun-wei Fan c138becc4d brz.c: Consider _WIN64 for 64-bit pointers too
The __ia64 and __x86_64__ macros are defined for GCC but not Visual
Studio, but actually this code path should also be taken for Visual
Studio when doing a 64-bit build (x86_64/x64 and aarch64/arm64, _WIN64
will be defined for these cases), since Windows is an LLP64 platform.

This will avoid C4311/C4312 warnings on Visual Studio builds, which are
often warnings of concern as we are dealing with pointers with differing
sizes on 32-bit and 64-bit Windows builds.
2022-02-13 15:19:43 +00:00
2012-10-16 10:58:08 -04:00
2021-08-05 16:24:23 +00:00
2022-02-13 14:20:51 +00:00
2022-02-13 14:20:51 +00:00
2022-02-13 14:20:03 +00:00
2022-02-13 14:20:51 +00:00
2022-02-13 14:20:51 +00:00
2022-02-13 14:20:51 +00:00
2022-02-13 14:20:51 +00:00
2022-02-13 14:20:51 +00:00
2022-02-13 14:20:51 +00:00
2021-06-24 18:17:56 +00:00
2022-02-13 14:20:51 +00:00
2021-08-05 16:24:23 +00:00
2022-02-13 14:20:51 +00:00
2022-02-13 14:20:51 +00:00
2022-02-13 14:41:48 +00:00
2012-02-03 13:42:56 -05:00
2022-02-13 14:35:53 +00:00
2013-10-10 16:48:51 -04:00
2022-01-09 19:21:01 +00:00
2012-02-03 13:42:56 -05:00
2022-02-13 14:35:53 +00:00
2012-02-03 13:42:56 -05:00
2022-02-13 14:20:51 +00:00
2022-02-13 14:20:51 +00:00
2022-02-13 14:20:51 +00:00
2022-02-13 14:33:10 +00:00
2022-02-13 14:35:53 +00:00
2022-02-13 14:35:53 +00:00
2022-02-13 14:20:51 +00:00
2022-02-13 14:20:51 +00:00
2012-10-16 10:58:08 -04:00
2018-07-29 18:57:03 +02:00
Description
Low-level core library that forms the basis for projects such as GTK+ and GNOME.
115 MiB
Languages
C 95.3%
Python 2.3%
Meson 1.3%
Objective-C 0.3%
Shell 0.2%
Other 0.5%