[Bug 47762] LoadStringA fails instead of returning const pointer to string if buffer length is zero

WineHQ Bugzilla wine-bugs at winehq.org
Sun Sep 15 12:23:54 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=47762

--- Comment #2 from Alexandre Julliard <julliard at winehq.org> ---
String resources are stored in Unicode, so only LoadStringW is able to return a
direct pointer. That's how it works on Windows. Is there an actual app that
needs a different behavior?

-- 
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