Re: [5/7] oleaut32/tests: Fix typelib tests compilation with __WINESRC__ defined
24 Oct
2013
24 Oct
'13
2:44 a.m.
André Hentschel <nerv(a)dawncrow.de> wrote:
- ok(lstrcmp(value, buf) == 0, #expr " expected \"%s\" got \"%s\"\n", value, buf); \ + ok(lstrcmpA(value, buf) == 0, #expr " expected \"%s\" got \"%s\"\n", value, buf); \
Using simple strcmp() should be preferrable, leaving lstr* versions only for cases when an exception handler is really needed. P.S. Fixing compilation with __WINESRC__ defined gives an opportunity for reviewing the code, this should not be a simple search and replace job. -- Dmitry.
4435
Age (days ago)
4435
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov