Fixed Win64 build

This commit is contained in:
Vadim Chugunov 2014-03-19 00:42:02 -07:00
parent 6619134d49
commit f686e5ebff
7 changed files with 105 additions and 44 deletions

View file

@ -71,6 +71,8 @@ pub use self::util::default_sched_threads;
// Export unwinding facilities used by the failure macros
pub use self::unwind::{begin_unwind, begin_unwind_raw, begin_unwind_fmt};
pub use self::util::{Stdio, Stdout, Stderr};
// FIXME: these probably shouldn't be public...
#[doc(hidden)]
pub mod shouldnt_be_public {