mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-13 15:49:12 -06:00
dll: expose FspNtStatusFromWin32 and FspDebugLog
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#define FSP_API __declspec(dllimport)
|
||||
#endif
|
||||
|
||||
NTSTATUS FspNtStatusFromWin32(DWORD Error);
|
||||
FSP_API NTSTATUS FspNtStatusFromWin32(DWORD Error);
|
||||
FSP_API VOID FspDebugLog(const char *format, ...);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user