]> git.ipfire.org Git - thirdparty/curl.git/commit
tidy-up: rename `CURL_WINDOWS_APP` to `CURL_WINDOWS_UWP`
authorViktor Szakats <commit@vsz.me>
Thu, 12 Sep 2024 11:58:53 +0000 (13:58 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 19 Sep 2024 17:24:12 +0000 (19:24 +0200)
commitbc2f72b9aebc5c9faebaf622bf298a506477d4ae
treedf4684609c57094ba8187e511b8a34347078ee35
parent445fb81237342ff1ec177a61241a53778570526f
tidy-up: rename `CURL_WINDOWS_APP` to `CURL_WINDOWS_UWP`

Rename internal macro to make its purpose more obvious.

After this patch `grep -i uwp` shows all the code related to UWP.

Ref: https://curl.se/mail/lib-2024-09/0014.html
Closes #14881
20 files changed:
lib/asyn-thread.c
lib/config-win32.h
lib/curl_setup.h
lib/curl_threads.c
lib/curl_threads.h
lib/getenv.c
lib/rand.c
lib/system_win32.c
lib/version_win32.c
lib/vtls/schannel.c
lib/vtls/schannel_int.h
lib/vtls/schannel_verify.c
src/terminal.c
src/tool_doswin.c
src/tool_filetime.c
tests/libtest/lib3026.c
tests/libtest/lib3207.c
tests/libtest/testutil.c
tests/server/sockfilt.c
tests/server/util.c