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.