Adjust type of mono_win_vectored_exception_handle to match its use.
authorVincent Povirk <vincent@codeweavers.com>
Mon, 9 Dec 2013 21:51:28 +0000 (15:51 -0600)
committerVincent Povirk <vincent@codeweavers.com>
Mon, 9 Dec 2013 21:55:39 +0000 (15:55 -0600)
This commit licensed as MIT/X11.

mono/mini/exceptions-amd64.c

index bcd065d2a5e447d29bacf8ab2a9c78187deedbaa..52bb9455cb9768b35649d3060802d1a9ffb5c5ea 100644 (file)
@@ -46,7 +46,7 @@ static MonoW32ExceptionHandler ill_handler;
 static MonoW32ExceptionHandler segv_handler;
 
 LPTOP_LEVEL_EXCEPTION_FILTER mono_old_win_toplevel_exception_filter;
-guint64 mono_win_vectored_exception_handle;
+void *mono_win_vectored_exception_handle;
 extern gboolean mono_win_chained_exception_needs_run;
 
 #define W32_SEH_HANDLE_EX(_ex) \