diff options
| author | Steven Fackler <[email protected]> | 2014-05-05 12:42:13 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-05-05 12:42:13 -0700 |
| commit | f2edd4c3985791fc9b4179da4b490c9353456a71 (patch) | |
| tree | c3d615efc6467e029bf937fe9215af9b99c870f1 | |
| parent | Update docs URL (diff) | |
| parent | unused m library (diff) | |
| download | rust-openssl-f2edd4c3985791fc9b4179da4b490c9353456a71.tar.xz rust-openssl-f2edd4c3985791fc9b4179da4b490c9353456a71.zip | |
Merge pull request #10 from Noxivs/master
Link for Win32
| -rw-r--r-- | ssl/ffi.rs | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -156,3 +156,8 @@ extern "C" { pub fn BIO_read(b: *BIO, buf: *c_void, len: c_int) -> c_int; pub fn BIO_write(b: *BIO, buf: *c_void, len: c_int) -> c_int; } + +#[cfg(target_os = "win32")] +#[link(name="gdi32")] +#[link(name="wsock32")] +extern { } |