From 05a814279b12beaf80aa636667199a80824d5f62 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Wed, 5 Aug 2015 17:50:18 -0400 Subject: Better FFI discipline --- src/libstd/rt/unwind/seh64_gnu.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libstd/rt') diff --git a/src/libstd/rt/unwind/seh64_gnu.rs b/src/libstd/rt/unwind/seh64_gnu.rs index 6a061a55fc2..847ba47ff72 100644 --- a/src/libstd/rt/unwind/seh64_gnu.rs +++ b/src/libstd/rt/unwind/seh64_gnu.rs @@ -60,8 +60,8 @@ pub struct EXCEPTION_RECORD { ExceptionInformation: [ULONG_PTR; 15], } -pub type CONTEXT = c_void; -pub type UNWIND_HISTORY_TABLE = c_void; +pub enum CONTEXT {} +pub enum UNWIND_HISTORY_TABLE {} #[repr(C)] pub struct RUNTIME_FUNCTION { -- cgit 1.4.1-3-g733a5