Revert "case insensitive ".dll" for VST plugins - fixes #6285"
authorRobin Gareus <robin@gareus.org>
Sun, 26 Apr 2015 22:40:07 +0000 (00:40 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 26 Apr 2015 22:40:07 +0000 (00:40 +0200)
commit3f2306c4fbecf4ca321a6f32ce7cef8f8b2fc61c
tree46bc2fd570f3868c910974188ee182f6be32fce3
parentc2f84af73d4812a7099ba1339ae92f2cd0536eae
Revert "case insensitive ".dll" for VST plugins - fixes #6285"

This reverts commit c2f84af73d4812a7099ba1339ae92f2cd0536eae.

strcasestr() is not compatible with mingw nor MSVC.
different approach is needed.
libs/ardour/plugin_manager.cc
libs/ardour/vst_info_file.cc
libs/fst/scanner.cc