src: dotnet: WIP

This commit is contained in:
Bill Zissimopoulos 2017-04-02 16:37:21 -07:00
parent 39b60c1348
commit fa9ff37de9

View File

@ -23,7 +23,7 @@ using System.Security;
namespace Fsp.Interop namespace Fsp.Interop
{ {
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] [StructLayout(LayoutKind.Sequential)]
internal struct VolumeParams internal struct VolumeParams
{ {
/* const */ /* const */
@ -92,7 +92,7 @@ namespace Fsp.Interop
} }
} }
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] [StructLayout(LayoutKind.Sequential)]
internal struct VolumeInfo internal struct VolumeInfo
{ {
internal const int VolumeLabelSize = 32; internal const int VolumeLabelSize = 32;