Re: [1/7] cmd: Add support for LSS comparison operator in if statements
Sept. 1, 2011
3:11 p.m.
Frédéric Delanoy <frederic.delanoy(a)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(a)winehq.org
5322
Age (days ago)
5322
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard