wininet: Make the passive mode response check case insensitive.

Alexandre Julliard julliard at winehq.org
Thu Jun 7 06:03:30 CDT 2007


Francois Gouget <fgouget at free.fr> writes:

> You should not be using str*casecmp() in Wine (because it's a Unix 
> function, and because it uses the wrong locale). Try CompareString() 
> instead.

Actually both would be wrong in this case, the comparison should
really be done in the C locale. But it's probably better to not check
the string at all, that's what response codes are for.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list