]> git.ipfire.org Git - thirdparty/json-c.git/commit
rename WIN32 to _WIN32 831/head
authorRosen Penev <rosenp@gmail.com>
Thu, 14 Sep 2023 03:51:49 +0000 (20:51 -0700)
committerRosen Penev <rosenp@gmail.com>
Thu, 8 Feb 2024 02:06:55 +0000 (18:06 -0800)
commit66f78692193d72167c7a223a2bc255e420b10a68
tree9386e915a218dbe73dc1489917b442bd8c7a897a
parentdabed80523fa5101e30f0ee57ba06b02beae73eb
rename WIN32 to _WIN32

The latter is the proper macro defined by Windows headers.

Fixes compilation under at least clang-cl which mandates function
declarations.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
json_util.c
random_seed.c
snprintf_compat.h
tests/test_util_file.c
vasprintf_compat.h