Skip to content

Commit

Permalink
Update LocalAdmin.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalPetryka authored Oct 13, 2024
1 parent 289f839 commit ba9a3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/LocalAdmin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ private static void Menu()
}

[StructLayout(LayoutKind.Sequential)]
private struct OSVERSIONINFO
private unsafe struct OSVERSIONINFO
{
public uint dwOSVersionInfoSize;
public uint dwMajorVersion;
Expand Down

0 comments on commit ba9a3b9

Please sign in to comment.