https://bugs.winehq.org/show_bug.cgi?id=35306
--- Comment #20 from Fabian Maurer dark.shadow4@web.de --- Created attachment 71660 --> https://bugs.winehq.org/attachment.cgi?id=71660 Test Program
Does any one know if it works correctly in windows 8,8.1 & 10? since the 32bit dlls are in syswow64 on those windows versions
and on 7 and less the 32bit dlls are in the system32 folder
That's wrong: On 64bit OS: 32bit dlls are always in the syswow64 folder On 32bit OS: 32Bit dlls are always in the system32 folder
There is apparently also problems with real Win10 x64 systems: https://www.reddit.com/r/visualnovels/comments/hwkl80/dracu_riot_wont_open_a...
We probably need to return different values depending on the active windows version, otherwise we might break programs who demand the other path...
Also attaching a small test program.