mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			260 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			260 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // 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>
 |