Add support to arguments with dash in taskkill

Dmitry Timoshkov dmitry at baikal.ru
Thu Jan 23 00:16:43 CST 2014


Akira Nakagawa <matyapiro31 at gmail.com> wrote:

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

Not really, ASCII set (0 - 0x7f) is replicated in unicode.

-- 
Dmitry.



More information about the wine-devel mailing list