http://bugs.winehq.org/show_bug.cgi?id=20711
--- Comment #27 from Markus mst@collogia.de 2010-03-30 09:41:26 ---
Yes, but that's only if the library was still loaded. If it's already unloaded we're passing an invalid handle to FreeLibrary().
If it was already unloaded before, the result of GetHandle will be FALSE according to my tests.