1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-26 22:12:44 -06:00

dll: expose FspNtStatusFromWin32 and FspDebugLog

This commit is contained in:
Bill Zissimopoulos
2015-12-01 23:08:41 -08:00
parent 1312754016
commit 5a90bf52ed
4 changed files with 4 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
#include <dll/library.h>
NTSTATUS FspNtStatusFromWin32(DWORD Error)
FSP_API NTSTATUS FspNtStatusFromWin32(DWORD Error)
{
switch (Error)
{