Merge pull request #92 from liyunde/master

FIX:error LNK2019: unresolved external symbol SetMagickResourceLimit …
This commit is contained in:
Nathan Fiedler
2022-05-20 09:12:44 -07:00
committed by GitHub

View File

@ -73,6 +73,7 @@ impl MagickWand {
}
}
#[cfg(not(windows))]
pub fn set_resource_limit(resource: ResourceType, limit: u64) -> Result<()> {
let result = unsafe {
bindings::SetMagickResourceLimit(