msvcrt: Fix 20 tests from demangle_test() on old Win versions.
commit29fe8d02c7895a7d31b03a2032fe04d1d8a46fc2
authorMichael Stefaniuc <mstefani@redhat.de>
Mon, 20 Feb 2006 10:16:27 +0000 (20 11:16 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 20 Feb 2006 10:16:27 +0000 (20 11:16 +0100)
tree52eb7756fc32156109ef566a215db009307ae58a
parent023ad38914080453d0b2536d77ce36eb0152a7cd
msvcrt: Fix 20 tests from demangle_test() on old Win versions.
In test_demangle use a custom strcmp that treats multiple spaces as
single space. __unDName() from older msvcrt (including W2K it seems)
emit in some places 2 spaces instead of one. Fixes 20 failing tests on
those old Windows versions.
dlls/msvcrt/tests/cpp.c