http://bugs.winehq.org/show_bug.cgi?id=3177
------- Additional Comments From truiken@gmail.com 2005-24-09 15:25 ------- Yea I will look into this. There are two suitable options for dealing with this problem. The easiest thing to do would be to add a note to the winecfg libraries page stating that only the name of the dll is required and not the extension. The second option would be to truncate the .dll extension when the user adds a new dll. This option adds more code to winecfg but eases the burden on the user. I will implement either one (or both), but I personally feel option one would be the best in that WINEDLLOVERRIDES=imagehlp.dll=n wouldn't work either, and we don't truncate the extension in that case.