1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-20 11:47:46 +00:00

Revert "Explicitly link to unshield library for now"

This reverts commit b7e5f914d5.
This commit is contained in:
Joshua Goins 2024-06-27 20:34:46 -04:00
parent 6bf79500b2
commit 2bcbc27e53

View file

@ -37,7 +37,6 @@ struct Unshield {
_private: [u8; 0],
}
#[link(name = "unshield")]
extern "C" {
fn unshield_open(filename: *const c_char) -> *mut Unshield;
fn unshield_close(unshield: *mut Unshield);