On 12/16/2009 10:44, Paul Vriens wrote:
On 12/15/2009 11:48 PM, Piotr Caban wrote:
dlls/urlmon/tests/sec_mgr.c | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-)
Hi Piotr,
Is there a way to avoid using lstrmcpW as that will always fail (or the !lstrcmpW case will always succeed) on Win9x/WinMe?
It looks like the rest of this file use memcmp to compare strings.
Maybe it's possible to add a rule to test makefile to assert on this call and suggest some replacement?