mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-15 08:12:45 -05:00
opt/fsext: kernel mode winfsp extension
This commit is contained in:
BIN
opt/fsext/lib/winfsp-x64.lib
Normal file
BIN
opt/fsext/lib/winfsp-x64.lib
Normal file
Binary file not shown.
BIN
opt/fsext/lib/winfsp-x86.lib
Normal file
BIN
opt/fsext/lib/winfsp-x86.lib
Normal file
Binary file not shown.
6
opt/fsext/lib/winfsp.impdef
Normal file
6
opt/fsext/lib/winfsp.impdef
Normal file
@ -0,0 +1,6 @@
|
||||
// tools\impdef.bat lib\winfsp.impdef lib\winfsp-x64.lib
|
||||
// tools\impdef.bat lib\winfsp.impdef lib\winfsp-x86.lib
|
||||
|
||||
#define FSP_DDI_DEF(RetType, Name, ...) __declspec(dllexport) RetType NTAPI Name ( __VA_ARGS__ ) {}
|
||||
#include <ntifs.h>
|
||||
#include <winfsp/fsext.h>
|
Reference in New Issue
Block a user