]> git.ipfire.org Git - thirdparty/curl.git/commit
system.h: remove some macros
authorDaniel Stenberg <daniel@haxx.se>
Sat, 31 May 2025 16:47:23 +0000 (18:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 5 Jun 2025 08:56:31 +0000 (10:56 +0200)
commit614313f12f75824f488dce6236e5669dee9b1dee
tree7a7138912ae509e1f98e0073d9b5a235c937fd8b
parent68c02e6ab7dbe8eee6651873ea60a1303b0c3d22
system.h: remove some macros

Since curl_off_t is always 64 bit these days, we can simplify and avoid
using some macros.

Closes #17498
14 files changed:
docs/libcurl/symbols-in-versions
include/curl/system.h
lib/curl_ntlm_core.c
lib/curl_setup.h
lib/progress.c
lib/smb.c
lib/uint-bset.c
src/config2setopts.c
src/tool_cb_prg.c
src/tool_cb_see.c
src/tool_filetime.c
src/tool_progress.c
tests/libtest/lib517.c
tests/libtest/lib557.c