You've already forked linux-packaging-mono
Imported Upstream version 5.20.0.180
Former-commit-id: ff953ca879339fe1e1211f7220f563e1342e66cb
This commit is contained in:
parent
0e2d47d1c8
commit
0510252385
11
mcs/class/corlib/corefx/Interop.Libraries.Advapi32.cs
Normal file
11
mcs/class/corlib/corefx/Interop.Libraries.Advapi32.cs
Normal file
@ -0,0 +1,11 @@
|
||||
// Licensed to the .NET Foundation under one or more agreements.
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
internal static partial class Interop
|
||||
{
|
||||
internal static partial class Libraries
|
||||
{
|
||||
internal const string Advapi32 = "advapi32.dll";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user