mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
dotnet: Interop: fix silly mistake in SetDelete
This commit is contained in:
parent
9851f1b2c8
commit
79fd87598f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user