http://bugs.winehq.org/show_bug.cgi?id=7544
------- Additional Comments From dank@kegel.com 2007-25-02 05:48 ------- Your patch seems to abuse the once-per-thread buffer used by FILE_name_AtoW. See how GetTempFileNameA calls that function. You have to manage the 2nd filename's buffer yourself. Please fix that, add a conformance test for both functions, resend the patch to wine-patches@winehq.org (patches often languish in bugzilla) and post a link to the message here. Thanks!