link win32
This commit is contained in:
parent
b97fb8eec8
commit
5ddcbee4e4
|
|
@ -99,6 +99,9 @@ pub static XN_FLAG_MULTILINE: c_ulong = 0x2a40006;
|
||||||
|
|
||||||
#[link(name="ssl")]
|
#[link(name="ssl")]
|
||||||
#[link(name="crypto")]
|
#[link(name="crypto")]
|
||||||
|
#[link(name="gdi32")]
|
||||||
|
#[link(name="wsock32")]
|
||||||
|
#[link(name="m")]
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn CRYPTO_num_locks() -> c_int;
|
pub fn CRYPTO_num_locks() -> c_int;
|
||||||
pub fn CRYPTO_set_locking_callback(func: extern "C" fn(mode: c_int,
|
pub fn CRYPTO_set_locking_callback(func: extern "C" fn(mode: c_int,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue