Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / appdomain-icalls.h
index 0554aaaf622ccd3ada1c13b27ce00bebb849c999..d0e3345ad4b894ce7ee0e799ee33a00adb99b0f4 100644 (file)
@@ -75,7 +75,7 @@ ves_icall_System_AppDomain_InternalUnload          (gint32 domain_id,
                                                    MonoError *error);
 
 void
-ves_icall_System_AppDomain_DoUnhandledException (MonoException *exc);
+ves_icall_System_AppDomain_DoUnhandledException (MonoExceptionHandle exc, MonoError *error);
 
 gint32
 ves_icall_System_AppDomain_ExecuteAssembly         (MonoAppDomainHandle ad,