X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Ficall.c;h=76ccc633aacb095aa61157cda783347c1df962ee;hb=af2b3eb197868b4aa8a223260ad64373ce8605f8;hp=48e0f67c56afaa9cea848a70cedb03f6452ab6b9;hpb=bebd8dc438788db0631a9409a162793e60b5f4a4;p=mono.git diff --git a/mono/metadata/icall.c b/mono/metadata/icall.c index 48e0f67c56a..76ccc633aac 100644 --- a/mono/metadata/icall.c +++ b/mono/metadata/icall.c @@ -7866,7 +7866,7 @@ ves_icall_System_Runtime_InteropServices_Marshal_GetRawIUnknownForComObjectNoAdd } ICALL_EXPORT MonoObject* -ves_icall_System_Runtime_InteropServices_WindowsRuntime_UnsafeNativeMethods_GetRestrictedErrorInfo() +ves_icall_System_Runtime_InteropServices_WindowsRuntime_UnsafeNativeMethods_GetRestrictedErrorInfo(void) { mono_set_pending_exception(mono_get_exception_not_implemented("System.Runtime.InteropServices.WindowsRuntime.UnsafeNativeMethods.GetRestrictedErrorInfo internal call is not implemented.")); return NULL;