http://bugs.winehq.org/show_bug.cgi?id=22514
--- Comment #5 from Timur Iskhodzhanov timurrrr@google.com 2010-04-28 08:39:03 --- Created an attachment (id=27596) --> (http://bugs.winehq.org/attachment.cgi?id=27596) A short snippet to test whether lstrlen calls SetLastError
Here's an output: $ cl wine.c ... $ wine.exe GetLastError() = 0 lstrlenA(NULL) = 0 GetLastError() = 0 lstrlenW(NULL) = 0 GetLastError() = 0