Skip to content

Commit

Permalink
Remove incorrect MarshalAs
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalPetryka authored Jul 24, 2023
1 parent 5df6f9f commit 3385908
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NorthwoodLib/OperatingSystem.Windows.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ private struct OSVERSIONINFO
/// <summary>
/// The service-pack version string.
/// </summary>
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 128)]
public fixed ushort szCSDVersion[128];

/// <summary>
Expand Down

0 comments on commit 3385908

Please sign in to comment.