[1/7] cmd: Add support for LSS comparison operator in if statements

Alexandre Julliard julliard at winehq.org
Thu Sep 1 10:11:57 CDT 2011


Frédéric Delanoy <frederic.delanoy at gmail.com> writes:

> +  else if ((s = StrStrIW (p, lssW))) {
> +    s += 3;
> +    a = StrToIntW(condition);
> +    b = StrToIntW(WCMD_parameter (s, 0, NULL));

I don't think you want to use strstr for that sort of thing.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list