mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-27 09:01: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
|
namespace DS4Windows
|
||||||
{
|
{
|
||||||
|
[System.Security.SuppressUnmanagedCodeSecurity]
|
||||||
static class Program
|
static class Program
|
||||||
{
|
{
|
||||||
[DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)]
|
[DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)]
|
||||||
|
Loading…
Reference in New Issue
Block a user