Add support to arguments with dash in taskkill

Akira Nakagawa matyapiro31 at gmail.com
Wed Jan 22 23:30:19 CST 2014


if (*argdata != '/' && *argdata != '-')
argdata is wchar type,so you should do as
if (*argdata != L'/' && *argdata != L'-')


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20140123/47305264/attachment.html>


More information about the wine-devel mailing list