mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:23:31 +03:00
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
This commit is contained in:
parent
445fb81237
commit
bc2f72b9ae
20 changed files with 33 additions and 33 deletions
|
|
@ -133,7 +133,7 @@ double tutil_tvdiff_secs(struct timeval newer, struct timeval older)
|
|||
#ifdef _WIN32
|
||||
HMODULE win32_load_system_library(const TCHAR *filename)
|
||||
{
|
||||
#ifdef CURL_WINDOWS_APP
|
||||
#ifdef CURL_WINDOWS_UWP
|
||||
(void)filename;
|
||||
return NULL;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue