Re: [PATCH v2] * builds/windows/ftsystem.c: Correctly detect UWP

Alexei Podtelezhnikov <[email protected]> Mon, 20 May 2024 08:30:57 -0400
Newsgroups gmane.comp.fonts.freetype.devel
Message-ID <[email protected]>



> On May 20, 2024, at 04:54, Erin Melucci <[email protected]> wrote:
> 
> >_WINRT_DLL:…. /ZW

This option seems appropriate 

https://learn.microsoft.com/en-us/cpp/porting/how-to-use-existing-cpp-code-in-a-universal-windows-platform-app?view=msvc-170

> is this always the case when compiling freetype for UWP?

We don’t do it ourselves except in gitlab CI through meson, without /ZW, which looks rather unconventional now. 

I cannot find good examples to follow.

Alexei