http://bugs.winehq.org/show_bug.cgi?id=24332
Robert Breithuber brt@fdread.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #30799|application/octet-stream |text/plain mime type| |
--- Comment #15 from Robert Breithuber brt@fdread.org 2010-09-16 11:21:17 CDT --- (From update of attachment 30799) does not work for me, see attched log/backtrace
using ubuntu lucid wine1.3-1.3.2 sources from ppa
i am sure i patched the file correctly, the section in the patched locale.c looks like this:
INT WINAPI GetUserDefaultLocaleName(LPWSTR localename, int buffersize) { LCID userlcid;
TRACE("%p, %d\n", localename, buffersize);
userlcid = GetUserDefaultLCID(); return LCIDToLocaleName(userlcid, localename, buffersize, 0); }