diff --git a/src/dotnet/Interop.cs b/src/dotnet/Interop.cs index 5846b0d5..ad6a9f1b 100644 --- a/src/dotnet/Interop.cs +++ b/src/dotnet/Interop.cs @@ -23,7 +23,7 @@ using System.Security; namespace Fsp.Interop { - [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] + [StructLayout(LayoutKind.Sequential)] internal struct VolumeParams { /* const */ @@ -92,7 +92,7 @@ namespace Fsp.Interop } } - [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] + [StructLayout(LayoutKind.Sequential)] internal struct VolumeInfo { internal const int VolumeLabelSize = 32;