[Bug 22514] lstrlen is incorrectly implemented in include/winbase.h

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 28 08:39:03 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22514





--- Comment #5 from Timur Iskhodzhanov <timurrrr at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list