mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
dll: expose FspNtStatusFromWin32 and FspDebugLog
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
#include <dll/library.h>
|
||||
|
||||
NTSTATUS FspNtStatusFromWin32(DWORD Error)
|
||||
FSP_API NTSTATUS FspNtStatusFromWin32(DWORD Error)
|
||||
{
|
||||
switch (Error)
|
||||
{
|
||||
|
Reference in New Issue
Block a user