mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 15:41:41 +00:00
WIN32: Fix plugin provider build for 64bit target.
This commit is contained in:
parent
b4318201d4
commit
22a60e6c0b
@ -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…
Reference in New Issue
Block a user