You've already forked linux-packaging-mono
Imported Upstream version 6.6.0.104
Former-commit-id: d6c1a764e837d1f320bb7afe2617bc9863dc0741
This commit is contained in:
parent
9b1ef54dc9
commit
4c26f54a2f
@@ -193,6 +193,14 @@ namespace Mono {
|
||||
return new Tuple<String, ulong, ulong> (payload_str, portable_hash, unportable_hash);
|
||||
}
|
||||
|
||||
[MethodImplAttribute (MethodImplOptions.InternalCall)]
|
||||
static extern void RegisterReportingForAllNativeLibs_internal ();
|
||||
|
||||
static void RegisterReportingForAllNativeLibs ()
|
||||
{
|
||||
RegisterReportingForAllNativeLibs_internal ();
|
||||
}
|
||||
|
||||
[MethodImplAttribute (MethodImplOptions.InternalCall)]
|
||||
static extern void RegisterReportingForNativeLib_internal (IntPtr modulePathSuffix, IntPtr moduleName);
|
||||
|
||||
|
Reference in New Issue
Block a user