Commits on Source (6)
-
Steve Lhomme authored
We can no longer assume a clean Mingw64 8.0 installation is enough to compile VLC with winrt headers (until the next release with these patches merged). Only version 8.1 has the proper names. Copy the ones needed for proper system directory usage.
2532ecc7 -
Steve Lhomme authored
Older versions of mingw had only the simplified variants, but the official SDK doesn't use these so we should use the prefix ones. Do the same type of check for __x_ABI_CWindows_CStorage_CIApplicationData2 We require mingw 8+ to make UAP/UWP builds.
c0ff6f98 -
Steve Lhomme authored
So it looks more like win32/dirs.c. Eventually they should be combined.
fb973169 -
Steve Lhomme authored
https://learn.microsoft.com/en-us/windows/win32/api/winstring/nf-winstring-windowscreatestringreference#remarks > You don't need to call the WindowsDeleteString function to de-allocate a > fast-pass HSTRING created by the WindowsCreateStringReference function.
8b0ee10e -
Steve Lhomme authoredc4546593
-
Steve Lhomme authoredffd8229e