wine-staging/patches/cmd-launch-association
Alistair Leslie-Hughes 0c3e34dc13 Updated cmd-launch-association patchset
Fix the compile error or "Invalid pointer type passed to function"

Function GetExitCodeProcess, takes a DWORD as a section paramater,
and the code for the used errorlevel (aka an int).

The old code, used a local for the return value and reassigned it.
I've taken the approach to just change the errorlevel type.
2024-06-18 09:17:48 +10:00
..
2020-01-27 11:56:43 -06:00