Add stub of new function when crash reporting is disabled
authorAlexis Christoforides <alexis@thenull.net>
Tue, 6 Aug 2019 07:51:20 +0000 (10:51 +0300)
committerLarry Ewing <lewing@microsoft.com>
Wed, 4 Sep 2019 01:30:30 +0000 (20:30 -0500)
Commit migrated from https://github.com/mono/mono/commit/8d4c0f3553d91704e2ff1aae6d954716ca3aa5e2

src/mono/mono/mini/mini-exceptions.c

index 7b7e018..096aa4c 100644 (file)
@@ -1404,6 +1404,12 @@ mono_crash_reporting_register_native_library (const char *module_path, const cha
        return;
 }
 
+static void
+mono_crash_reporting_allow_all_native_libraries ()
+{
+       return;
+}
+
 
 #else