dotnet: Interop: fix silly mistake in SetDelete

This commit is contained in:
Bill Zissimopoulos 2018-09-04 15:28:24 -07:00
parent 9851f1b2c8
commit 79fd87598f

View File

@ -471,6 +471,7 @@ namespace Fsp.Interop
IntPtr InputBuffer, UInt32 InputBufferLength,
IntPtr OutputBuffer, UInt32 OutputBufferLength,
out UInt32 PBytesTransferred);
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
internal delegate Int32 SetDelete(
IntPtr FileSystem,
ref FullContext FullContext,