"H. Verbeet" hverbeet@gmail.com writes:
I'm getting a "wrong type attr Win32" from an application (not for msvcr80 though, afaik). I guess the check at http://source.winehq.org/git/wine.git/?a=blob;f=dlls/ntdll/actctx.c;h=912d82... should be case insensitive. Or perhaps xmlstr_cmp() should be case insensitive in general?
No, only in that case, XML is case sensitive in general. Though I don't think we actually need to check the type at all, we could simply store it as is.