mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
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:
parent
0c44145533
commit
fa6d85ab71
4 changed files with 0 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue