Skip to content

Commit

Permalink
Remove no_std and cfg-off
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler authored Aug 17, 2016
1 parent 35723c8 commit f8acba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ncrypt/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright © 2015, Peter Atashian
// Licensed under the MIT License <LICENSE.md>
//! FFI bindings to ncrypt.
#![no_std]
#![cfg(windows)]
extern crate winapi;
use winapi::*;
extern "system" {
Expand Down

0 comments on commit f8acba0

Please sign in to comment.