On Tue, Aug 5, 2008 at 3:15 AM, Alexandre Julliard julliard@winehq.org wrote:
That's ugly, you shouldn't need such special handling here, you should simply fall through to the normal comparisons which should give the correct results.
Falling through didn't work. CompareStringW does not like NULL inputs. It still needs a little bit of special handling. Will resubmit patch.