http://bugs.winehq.org/show_bug.cgi?id=24332
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #4 from Jerome Leclanche adys.wh@gmail.com 2010-09-10 07:30:18 CDT --- (In reply to comment #3)
Created an attachment (id=30676)
--> (http://bugs.winehq.org/attachment.cgi?id=30676) [details]
Simple GetUserDefaultLocaleName Impl
Created a quick and simple implementation for GetUserDefaultLocaleName using GetUserDefaultLCID() and LCIDToLocaleName().
Tested and working with Cataclysm Beta 12942.
Looks good. MSDN also specifies:
ERROR_INSUFFICIENT_BUFFER. A supplied buffer size was not large enough, or it was incorrectly set to NULL.
You might want to check for this? Of course MSDN is shoddy at best and it might require a test..