From fa9ff37de9d8e8ee45131adde4b6a843d6a833bd Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Sun, 2 Apr 2017 16:37:21 -0700 Subject: [PATCH] src: dotnet: WIP --- src/dotnet/Interop.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;