mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
dll: fsctl.c, ntstatus.c
This commit is contained in:
12
src/dll/ntstatus.c
Normal file
12
src/dll/ntstatus.c
Normal file
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @file dll/ntstatus.c
|
||||
*
|
||||
* @copyright 2015 Bill Zissimopoulos
|
||||
*/
|
||||
|
||||
#include <winfsp/winfsp.h>
|
||||
|
||||
NTSTATUS FspNtStatusFromWin32(DWORD Error)
|
||||
{
|
||||
return STATUS_ACCESS_DENIED;
|
||||
}
|
Reference in New Issue
Block a user