mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-29 05:52:52 -05:00
FSP_API
This commit is contained in:
@@ -13,6 +13,12 @@
|
||||
#include <winternl.h>
|
||||
#include <ntstatus.h>
|
||||
|
||||
#if defined(WINFSP_DLL_INTERNAL)
|
||||
#define FSP_API __declspec(dllexport)
|
||||
#else
|
||||
#define FSP_API __declspec(dllimport)
|
||||
#endif
|
||||
|
||||
NTSTATUS FspNtStatusFromWin32(DWORD Error);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user