On Sat, Apr 18, 2020, at 17:04, Liu Hao wrote:
> What's the difference between these two directories?
2 Different versions of Windows 10.
--
Jean-Baptiste Kempf - President
+33 672 704 734
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sou
在 2020/4/18 23:04, Liu Hao 写道:
>
> What's the difference between these two directories?
>
>
... It seems that the 'km' directory contains headers that are used in
[k]ernel [m]ode. Then I think it is the right decision to follow UCRT
convention, to introduce the macro `_CRT_USE_WINAPI_FAMILY_DES
在 2020/4/18 21:18, Jacek Caban 写道:
>
> As far as I can see, they do, but differently. corecrt.h defines or not
> _CRT_USE_WINAPI_FAMILY_DESKTOP_APP. If WINAPI_FAMILY is not defined, it
> just assumes desktop. Otherwise it includes winapifamily.h and uses that
> to do the check. That, at least, lim
On Sat, 18 Apr 2020, Jacek Caban wrote:
On 18.04.2020 14:51, Liu Hao wrote:
在 2020/4/17 20:25, Steve Lhomme 写道:
So we can restrict some C runtime APIs based on the target
family.
Based on this documentation some APIs are not allowed in
UWP builds
https://docs.microsoft.com/en-us/cpp/cp
On 18.04.2020 14:51, Liu Hao wrote:
在 2020/4/17 20:25, Steve Lhomme 写道:
So we can restrict some C runtime APIs based on the target family.
Based on this documentation some APIs are not allowed in UWP builds
https://docs.microsoft.com/en-us/cpp/cppcx/crt-functions-not-supported-in-universal-wind
在 2020/4/17 20:25, Steve Lhomme 写道:
> So we can restrict some C runtime APIs based on the target family.
>
> Based on this documentation some APIs are not allowed in UWP builds
> https://docs.microsoft.com/en-us/cpp/cppcx/crt-functions-not-supported-in-universal-windows-platform-apps?view=vs-2019
在 2020/4/15 22:30, Steve Lhomme 写道:
> VerLanguageName and VerQueryValue are available
> https://docs.microsoft.com/en-us/uwp/win32-and-com/win32-apis
> ---
> mingw-w64-headers/include/winver.h | 5 +
> 1 file changed, 5 insertions(+)
>
>
Thanks. This series of patches look good to me. I pus
在 2020/4/17 20:27, Steve Lhomme 写道:
> The ones allowed are listed here
> https://docs.microsoft.com/en-us/uwp/win32-and-com/win32-apis#apis-from-api-ms-win-security-provider-ansi-l1-1-0dll
> https://docs.microsoft.com/en-us/uwp/win32-and-com/win32-apis#apis-from-api-ms-win-security-provider-l1-1-0d
在 2020/4/18 18:37, Liu Hao 写道:
> 在 2020/4/17 20:08, Steve Lhomme 写道:
>> There are many DLLs with their API entries listed by MS that were no linkable
>> yet using -lwindowsapp as recommended for apps the can run on all types of
>> devices.
>>
>> https://docs.microsoft.com/en-us/uwp/win32-and-com/wi