WIN32: Fix plugin provider build for 64bit target.
This commit is contained in:
parent
b4318201d4
commit
22a60e6c0b
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ public:
|
|||
debug("Failed loading plugin '%s' (error code %d)", _filename.c_str(), (int32) GetLastError());
|
||||
return false;
|
||||
} else {
|
||||
debug(1, "Success loading plugin '%s', handle %08X", _filename.c_str(), (uint32) _dlHandle);
|
||||
debug(1, "Success loading plugin '%s', handle %p", _filename.c_str(), _dlHandle);
|
||||
}
|
||||
|
||||
return DynamicPlugin::loadPlugin();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue