5 Sep
2002
5 Sep
'02
10:14 p.m.
"Francois Gouget" <fgouget(a)free.fr> wrote:
Conformance tests must not use Wine-specific headers (like wine/unicode.h) otherwise they will not compile on Windows.
wine/test.h is the only exception.
Changelog:
* dlls/kernel/tests/atom.c
Do not include wine/unicode.h Duplicate strlenW
I would suggest to simply replace it by lstrlenW, instead of duplicating code. -- Dmitry.