- 15 Aug, 2023 5 commits
-
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Bartosz Kosiorek authored
-
Paul Gofman authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55443
-
- 14 Aug, 2023 35 commits
-
-
Torge Matthies authored
Signed-off-by: Torge Matthies <openglfreak@googlemail.com>
-
Torge Matthies authored
The only user of this function is CRYPT_AsnEncodeSPCDigest, whose only user is WVTAsn1SpcIndirectDataContentEncode, so this behavior might be specific to that function. Signed-off-by: Torge Matthies <openglfreak@googlemail.com>
-
Torge Matthies authored
Instead of raw data. See SpcIndirectDataContent specification. Signed-off-by: Torge Matthies <openglfreak@googlemail.com>
-
Torge Matthies authored
Signed-off-by: Torge Matthies <openglfreak@googlemail.com>
-
Torge Matthies authored
Signed-off-by: Torge Matthies <openglfreak@googlemail.com>
-
Torge Matthies authored
Signed-off-by: Torge Matthies <openglfreak@googlemail.com>
-
Stefan Dösinger authored
OPEN_MAX is 10240, which is usually lower than the kern.maxfilesperproc sysctl value. Said value from sysctl works on Mojave to Monterey (and most likely earlier Mac OS versions, but I can't test). Since Big Sur we can successfully set the reported rlim_max value.
-
Piotr Caban authored
-
Jactry Zeng authored
This fixes an issue when the path includes non-ASCII characters.
-
Jactry Zeng authored
-
Jactry Zeng authored
-
Jactry Zeng authored
-
Biswapriyo Nath authored
-
Biswapriyo Nath authored
-
Biswapriyo Nath authored
Required for rpcs3 project.
-
Максим Карасев authored
Particularly it implements '/logonid' and '/user' options, as well as adds stubs for '/upn' and '/fqdn'.
-
Максим Карасев authored
-
Paul Gofman authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Zebediah Figura authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Zebediah Figura authored
For example, currently, if --enable-archs=i386,x86_64 is used, and there is an x86_64 cross compiler present but no i386 cross compiler, Wine will silently remove i386 from the list of cross-compiled architechtures, and only compile PE code for x86_64. This seems quite undesirable. I am not aware of any practical reason for this to happen. Debian does ship i686 and x86_64 MinGW compilers in separate packages, though, so it is possible in theory.
-
David McFarland authored
ac_cv_lib_pcsclite_SCardEstablishContext=yes would be cached, causing AC_CHECK_LIB to use -lpcsclite on the second run. Fixes: f74c4af2
-
Torge Matthies authored
Signed-off-by: Torge Matthies <openglfreak@googlemail.com>
-
Santino Mazza authored
-
Santino Mazza authored
The changes in the video sample allocator are not part of the public api specification, it's only made for internal use in the evr presenter implementation.
-
Santino Mazza authored
-