- 05 Jul, 2023 21 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Introduced in 36963b6d.
-
Alex Henrie authored
To reduce the number of casts required and avoid a scan-build warning.
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
- 04 Jul, 2023 19 commits
-
-
Alex Henrie authored
-
Alex Henrie authored
-
Kevin Schmidt authored
-
Jiajin Cui authored
If the length of wszApplicationName exceeds 1024, it will cause an error when writing to the subsequent stack space after exceeding the wcmd space, Wcmd needs to be modified to dynamic allocation. Signed-off-by: Jiajin Cui <cuijiajin@uniontech.com>
-
Billy Laws authored
-
Billy Laws authored
-
Billy Laws authored
4.18+ Linux kernels remove support for IPX but keep SOL_IPX defined, which causes compilation errors as wine unconditionally uses IPX structures if this is the case. Instead check for IPX_MTU to determine IPX support as it is defined within the ipx.h header itself.
-
Vladislav Timonin authored
-
Vladislav Timonin authored
-
Matteo Bruni authored
And do some mandatory cleanup while at it.
-
Matteo Bruni authored
-
Matteo Bruni authored
-
Matteo Bruni authored
And give a good clean up to the test and all its helpers.
-
Matteo Bruni authored
-
Matteo Bruni authored
-
Matteo Bruni authored
-
Matteo Bruni authored
-
Eric Pouech authored
-
Matteo Bruni authored
Otherwise it fails for me on 32-bit Linux with my current compiler.
-