diff options
| author | Matthew Collins <[email protected]> | 2017-09-06 17:35:45 +0100 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2017-09-06 17:35:45 +0100 |
| commit | a82696497d7a60984be3c196006619de71358e90 (patch) | |
| tree | c5ec0e257249d65c96e62f37f2138c33fad855b1 /steamworks-sys/src/lib.rs | |
| parent | Add license files (diff) | |
| download | steamworks-rs-a82696497d7a60984be3c196006619de71358e90.tar.xz steamworks-rs-a82696497d7a60984be3c196006619de71358e90.zip | |
Handle the fact windows 64 bit uses a different library name than other platforms
Diffstat (limited to 'steamworks-sys/src/lib.rs')
| -rw-r--r-- | steamworks-sys/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/steamworks-sys/src/lib.rs b/steamworks-sys/src/lib.rs index 98d5fd2..c9ab542 100644 --- a/steamworks-sys/src/lib.rs +++ b/steamworks-sys/src/lib.rs @@ -37,7 +37,6 @@ pub enum PersonaState { Max, } -#[link(name="steam_api")] extern "C" { pub fn SteamAPI_Init() -> u8; pub fn SteamAPI_Shutdown(); |