http://bugs.winehq.org/show_bug.cgi?id=3334
------- Additional Comments From marcus@jet.franken.de 2005-18-09 12:46 ------- there is no shell globbing done by wine and CreateProcess()
(replacing "*.bla" by foo.bla, bar.bla usw..)
CreateProcess is not supposed to glob, either you have to do that in the win32 program, or call the right shell.