[vlc-devel] [PATCH v2 1/13] core: add config_GetTempPath()

Lyndon Brown jnqnfe at gmail.com
Wed Oct 7 19:48:00 CEST 2020


On Wed, 2020-10-07 at 08:04 +0200, Steve Lhomme wrote:
> On 2020-10-06 20:42, Lyndon Brown wrote:
> > On Tue, 2020-10-06 at 08:55 +0200, Steve Lhomme wrote:
> > > GetTempPathW is available even in UWP. You can put the
> > > implementation
> > > in
> > > a file built in both cases.
> > 
> > I've never played with UWP, but have some awareness that there are
> > supposedly certain restrictions that normal apps don't have. The
> > existing code in src/win32/dirs-uap.c does things very differently
> > to
> > the alternative win32 code. Are you sure that will work?
> 
> Yes
> https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-gettemppathw
> "Minimum supported client 	Windows XP [desktop apps | UWP apps]"
> 
> Also it's found in Win8.1 which is the minimum UWP we do:
> https://docs.microsoft.com/en-us/windows/win32/apiindex/windows-81-api-sets

Okay, great. Thanks!



More information about the vlc-devel mailing list