-
Compiling tool_filetime.c(48,11): error: call to undeclared function 'CreateFile'; ISO C99 and later do not support implicit function declarations
[-Wimplicit-function-declaration]
hfile = CreateFile(tchar_filename, FILE_READ_ATTRIBUTES,
^ and: tool_doswin.c(637,15): error: call to undeclared function 'SearchPath'; ISO C99 and later do not support implicit function declarations
[-Wimplicit-function-declaration]
res_len = SearchPath(NULL, bundle_file, NULL, PATH_MAX, buf, &ptr);
^
tool_doswin.c(659,3): error: use of undeclared identifier 'MODULEENTRY32'
MODULEENTRY32 mod = {0};
^ So what is the benefit of UWP wrt. to the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
How useful an UWP
An attempt to make the build finish successfully:
|
Beta Was this translation helpful? Give feedback.
-
With #13870 merged, UWP is similar to WinCE, both are dead platforms, and both are apparently (lightly) supported by curl. Now UWP has a CI job to maintain that support. |
Beta Was this translation helpful? Give feedback.
With #13870 merged,
curl.exe
builds again in UWP mode. Test binaries build too. Some things will most certainly not work as expected when run, though. Some feature, like those in the OP, are disabled now.UWP is similar to WinCE, both are dead platforms, and both are apparently (lightly) supported by curl. Now UWP has a CI job to maintain that support.