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
..
0001-cmd-Support-for-launching-programs-based-on-file-ass.patch Rebase against b89c9c60d50cf21650331d1528ff965c319a1217. 2024-06-05 09:04:45 +10:00
0002-cmd-ftype-failed-to-clear-file-associations.patch Added cmd-launch-association patchset 2019-07-16 14:18:17 +10:00
0003-cmd-Changed-errorlevel-type-to-DWORD.patch Updated cmd-launch-association patchset 2024-06-18 09:17:48 +10:00
definition Various documentation updates. 2020-01-27 11:56:43 -06:00