mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 20:55:37 +00:00
Disabled CLSCompliant attribute not checked warnings.
This commit is contained in:
parent
5a61371284
commit
491843adbf
|
@ -21,6 +21,8 @@ using System.Security;
|
|||
|
||||
namespace OpenTK.Platform.Windows
|
||||
{
|
||||
#pragma warning disable 3019
|
||||
|
||||
#region Type aliases
|
||||
|
||||
using HWND = System.IntPtr;
|
||||
|
|
Loading…
Reference in a new issue