http://bugs.winehq.org/show_bug.cgi?id=3950
------- Additional Comments From wine.dev@web.de 2005-28-11 13:27 ------- An Application (Freedom Force) requested to load the sound.dll that comes with the Application and wine tried to load the buildin sound.dll
We changed sound.dll to sound.drv, to match what our implementation is: "sound.drv" from win 3.1x (I have the native sound.drv here).
For this reaseon, we must not create a link for "sound.dll".
We nedd to fix NE_LoadDLLs instead.
http://bugs.winehq.org/show_bug.cgi?id=3641