new uvs2 releases : uppsrc-2624 tutorial-38 examples-142 reference-115

git-svn-id: svn://ultimatepp.org/upp/trunk@317 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
mdelfede 2008-07-17 11:38:48 +00:00
parent 0c44145533
commit fa6d85ab71
4 changed files with 0 additions and 1 deletions

View file

@ -161,7 +161,6 @@ void FreeDll__(HMODULE hmod)
void *CheckDll__(const char *fn, const char *const *names, UPP::Vector<void *>& plist)
{
void *hmod = dlopen(fn, RTLD_LAZY | RTLD_GLOBAL);
if(!hmod) {
LLOG("Error loading library " << fn << ": " << dlerror());