Commits on Source (27)
-
Steve Lhomme authored
If the minimum version we support is Win10 RS1, the function is always available. We don't need to load it dynamically which is not supported in UWP.
ca8eb726 -
Steve Lhomme authored
We can't do that. We can't tell if the debug DLLs are present so we don't enable debugging in this case.
dc840f2b -
Steve Lhomme authored
autoconf detects it but we're not supposed to call it.
5348fe9f -
Steve Lhomme authoreda153e259
-
Steve Lhomme authored
* fileapi.h to allow GetFileInformationByHandle in UWP Unlike all the documentation says, it's allowed in the SDK. * memoryapi.h for VirtualAlloc
826f28e5 -
Steve Lhomme authored
It's now allowed. We just need the mingw-w64 patch. Reverts dc6a6a53.
e659f018 -
Steve Lhomme authored
This triggers the use of CreateFile2 instead of CreateFileW.
c133bc4b -
Steve Lhomme authored06cfac96
-
Steve Lhomme authoredbc1916ca
-
Steve Lhomme authored7c23d2b5
-
Steve Lhomme authoredc5447f81
-
Steve Lhomme authored0d883114
-
Steve Lhomme authored9ed0606c
-
Steve Lhomme authored3379e658
-
Steve Lhomme authored
They only apply to Windows specific code and are safe for all Windows versions.
a1c663c1 -
Steve Lhomme authored156b76ba
-
Steve Lhomme authored
It's not available in UWP.
cfd40b3f -
Steve Lhomme authored
It's not available in UWP.
5c6c69fa -
Steve Lhomme authored
* use bcrypt instead of wincrypt * use CreateFile2 instead of CreateFileW
90da32be -
Steve Lhomme authored6ab7c475
-
Steve Lhomme authored251b1d62
-
Steve Lhomme authored9b765a1d
-
Steve Lhomme authored
It's already done in contrib/main.mak and should be removed from there.
36129d51 -
Steve Lhomme authored
When files are compiled they don't use the linker part and clang emits a warning. Some contribs like libvpx use -Werror and won't build if there's anything extra in the command-line.
98598ce9 -
Steve Lhomme authored
It seems we don't need it as it's linking properly without. The missing will trigger warnings are linking problems on forbidden API's.
36e2200a -
Steve Lhomme authored
It contains mingw-w64 11 which has an internal SSP code.
a54f5ed6 -
Steve Lhomme authored
We don't need this hack anymore. We call the proper API's available in UWP when needed. However we still need to link with windowsappcompat as libunwind is calling RtlRestoreContext(), regardless if we're building for UWP or not.
d467e95c
Showing
- configure.ac 0 additions, 3 deletionsconfigure.ac
- contrib/src/ffmpeg/0001-w32pthread-fix-signature-of-WinRT-version-of-thread-.patch 34 additions, 0 deletions...32pthread-fix-signature-of-WinRT-version-of-thread-.patch
- contrib/src/ffmpeg/rules.mak 1 addition, 0 deletionscontrib/src/ffmpeg/rules.mak
- contrib/src/flac/0001-Fixed-compilation-of-get_utf8_argv-for-Windows-UWP.patch 148 additions, 0 deletions...-Fixed-compilation-of-get_utf8_argv-for-Windows-UWP.patch
- contrib/src/flac/rules.mak 1 addition, 0 deletionscontrib/src/flac/rules.mak
- contrib/src/gcrypt/gcrypt-uwp-getpid.patch 16 additions, 0 deletionscontrib/src/gcrypt/gcrypt-uwp-getpid.patch
- contrib/src/gcrypt/rules.mak 4 additions, 0 deletionscontrib/src/gcrypt/rules.mak
- contrib/src/gnutls/0001-Use-CreateFile2-in-UWP-builds.patch 11 additions, 9 deletionscontrib/src/gnutls/0001-Use-CreateFile2-in-UWP-builds.patch
- contrib/src/gnutls/rules.mak 5 additions, 1 deletioncontrib/src/gnutls/rules.mak
- contrib/src/gpg-error/gpg-error-createfile2.patch 62 additions, 0 deletionscontrib/src/gpg-error/gpg-error-createfile2.patch
- contrib/src/gpg-error/gpg-error-uwp-GetFileSize.patch 18 additions, 0 deletionscontrib/src/gpg-error/gpg-error-uwp-GetFileSize.patch
- contrib/src/gpg-error/rules.mak 7 additions, 4 deletionscontrib/src/gpg-error/rules.mak
- contrib/src/iconv/0001-Use-CreateFile2-in-UWP-builds.patch 11 additions, 9 deletionscontrib/src/iconv/0001-Use-CreateFile2-in-UWP-builds.patch
- contrib/src/iconv/rules.mak 7 additions, 1 deletioncontrib/src/iconv/rules.mak
- contrib/src/libarchive/libarchive-winstorecompat-crypt.patch 0 additions, 16 deletionscontrib/src/libarchive/libarchive-winstorecompat-crypt.patch
- contrib/src/libarchive/rules.mak 0 additions, 2 deletionscontrib/src/libarchive/rules.mak
- contrib/src/libarchive/winrt.patch 548 additions, 120 deletionscontrib/src/libarchive/winrt.patch
- contrib/src/libdsm/0001-use-GetCurrentProcessId-for-the-process-ID-on-Window.patch 29 additions, 0 deletions...se-GetCurrentProcessId-for-the-process-ID-on-Window.patch
- contrib/src/libdsm/rules.mak 1 addition, 0 deletionscontrib/src/libdsm/rules.mak
- contrib/src/librist/0001-Use-bcrypt-on-Windows-Vista.patch 90 additions, 0 deletionscontrib/src/librist/0001-Use-bcrypt-on-Windows-Vista.patch
contrib/src/gcrypt/gcrypt-uwp-getpid.patch
0 → 100644