Typecast the call to CreateProcess().
Caught by constification: CreateProcessW does modify its argument. CreateProcessA does not but is still declared non-const.
parent
92e69b9a
Please register or sign in to comment
Caught by constification: CreateProcessW does modify its argument. CreateProcessA does not but is still declared non-const.