diff --git a/NorthwoodLib/OperatingSystem.Windows.cs b/NorthwoodLib/OperatingSystem.Windows.cs
index 787b5ac..e6a7e28 100644
--- a/NorthwoodLib/OperatingSystem.Windows.cs
+++ b/NorthwoodLib/OperatingSystem.Windows.cs
@@ -46,7 +46,6 @@ private struct OSVERSIONINFO
///
/// The service-pack version string.
///
- [MarshalAs(UnmanagedType.ByValTStr, SizeConst = 128)]
public fixed ushort szCSDVersion[128];
///