mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
[WIP] Fix net48 build
This commit is contained in:
@@ -8,9 +8,6 @@ using System.Security.Permissions;
|
||||
|
||||
namespace Microsoft.Iris.OS.CLR
|
||||
{
|
||||
#if WINDOWS
|
||||
[HostProtection(SecurityAction.LinkDemand, MayLeakOnAbort = true)]
|
||||
#endif
|
||||
internal static class NativeMethods
|
||||
{
|
||||
public const int S_OK = 0;
|
||||
|
||||
@@ -13,9 +13,6 @@ using System.Security.Permissions;
|
||||
namespace Microsoft.Iris.OS.CLR
|
||||
{
|
||||
[SuppressUnmanagedCodeSecurity]
|
||||
#if WINDOWS
|
||||
[HostProtection(SecurityAction.LinkDemand, MayLeakOnAbort = true)]
|
||||
#endif
|
||||
internal static class UnsafeNativeMethods
|
||||
{
|
||||
[DllImport("Ole32.dll")]
|
||||
|
||||
Reference in New Issue
Block a user