mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
0c3e34dc13
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. |
||
---|---|---|
.. | ||
0001-cmd-Support-for-launching-programs-based-on-file-ass.patch | ||
0002-cmd-ftype-failed-to-clear-file-associations.patch | ||
0003-cmd-Changed-errorlevel-type-to-DWORD.patch | ||
definition |