Skip to content

Commit

Permalink
Attempt #3 for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlansneff committed Apr 9, 2019
1 parent 654fce9 commit b949de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/win-exception-handler/src/exception_handling.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::ffi::c_void;
use std::ptr::NonNull;
use wasmer_runtime_core::vm::{Ctx, Func};

type Trampoline = unsafe extern "C" fn(*mut Ctx, NonNull<Func>, *const u64, *mut u64) -> c_void;
type Trampoline = unsafe extern "C" fn(*mut Ctx, NonNull<Func>, *const u64, *mut u64);
type CallProtectedResult = Result<(), CallProtectedData>;

#[repr(C)]
Expand Down

0 comments on commit b949de2

Please sign in to comment.