- 15 Aug, 2023 20 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
David McFarland authored
The header is unused, and the header check fails with: configure:7860: checking for PCSC/pcsclite.h configure:7860: gcc -m32 -c -g -O2 conftest.c >&5 In file included from conftest.c:50: [...]/include/PCSC/pcsclite.h:45:10: fatal error: wintypes.h: No such file or directory 45 | #include <wintypes.h> | ^~~~~~~~~~~~ Fixes: d405a688
-
Zebediah Figura authored
-
Zebediah Figura authored
-
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 20 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
-