https://bugs.winehq.org/show_bug.cgi?id=53542
--- Comment #4 from Robert Wilhelm sloper42@yahoo.com --- (In reply to Nikolay Sivov from comment #3)
There's also two methods in IWshExec that need the same DWORD -> long (int) change.
I noticed this, too.
I can send patch for WshExec_get_ProcessID after current MR went in.
I am not sure what to do with WshExec_get_ExitCode, as it is currently not implemented. I could just change interface (DWORD to long) or implement the function using GetExitCodeProcess().