Skip to content

Commit

Permalink
Fix MarshalAs
Browse files Browse the repository at this point in the history
  • Loading branch information
shatyuka committed Apr 5, 2024
1 parent 5db0b16 commit 9a4a44f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Hi3Helper.Core/Classes/Data/InvokeProp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ public struct MARGINS

// Note: Can only use "Default" and "AllowDark" to support Windows 10 1809
[DllImport("uxtheme.dll", EntryPoint = "#135")]
[return:MarshalAs(UnmanagedType.I1)]
public static extern PreferredAppMode SetPreferredAppMode(PreferredAppMode preferredAppMode);
#endregion
}
Expand Down

0 comments on commit 9a4a44f

Please sign in to comment.