http://bugs.winehq.org/show_bug.cgi?id=6301 pancha(a)mail.nnov.ru changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pancha(a)mail.nnov.ru ------- Additional Comments From pancha(a)mail.nnov.ru 2006-06-11 08:54 ------- This sample is actually incorrect because it depends on particular method of long-to-short filename conversion (and it would fail even on Windows if you would have created, say, c:\longdirectorywithdifferentname) GetShortPathName should return short (8.3) pathname what is an alias to long file name and vice-versa with GetLongPathName. AFAIK wine's implementation do this. So, this bug should be treated as "Wine's method of long-to-short conversion differs from Windows'". Actual code for this buried somewhere in wineserver. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.