mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-26 00:21:48 +01:00
Added SuppressUnmanagedCodeSecurity attr to Program class
This commit is contained in:
parent
21181b1418
commit
9e093989d4
@ -11,6 +11,7 @@ using System.Text;
|
||||
|
||||
namespace DS4Windows
|
||||
{
|
||||
[System.Security.SuppressUnmanagedCodeSecurity]
|
||||
static class Program
|
||||
{
|
||||
[DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)]
|
||||
|
Loading…
Reference in New Issue
Block a user