Re: shell32[1/2]: implements shell link's GetCurFile (with tests, fixes bug #21297) [try3]
13 Feb
2010
13 Feb
'10
11:03 a.m.
On 02/13/2010 11:49 AM, Mikołaj Zalewski wrote:
+#define expect_eq_ws(expected, actual) \ + do { \ + LPCWSTR value = (actual); \ + ok(lstrcmpW((expected), value) == 0, "Expected " #actual " to be %s (" #expected ") is %s\n", \ + wine_dbgstr_w(expected), wine_dbgstr_w(value)); \ + } while (0)
Hi Mikołaj, lstrcmpW is not implemented on Win9x/WinMe and will always return 0. -- Cheers, Paul.
5788
Age (days ago)
5788
Last active (days ago)
0 comments
1 participants
participants (1)
-
Paul Vriens