Martin Wilck Martin.Wilck@Fujitsu-Siemens.com writes:
Winelib apps often (almost always) have mixed upper/lower case names and are therefore never found by open_builtin_exe(). Fix that, without breaking the default (all-lowercase name) for builtin apps.
Mixed case is going to cause trouble in many situations, I don't think we will be able to make it work right. IMO we should simply have .exe.so files always be lower case.