mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	sys: driver.h: fsp_dp
This commit is contained in:
		| @@ -35,6 +35,13 @@ | ||||
| #define FSP_ALLOC_EXTERNAL_TAG          'XpsF' | ||||
| #define FSP_IO_INCREMENT                IO_NETWORK_INCREMENT | ||||
|  | ||||
| /* DbgPrint */ | ||||
| #if DBG | ||||
| extern __declspec(selectany) int fsp_dp = 1; | ||||
| #define DbgPrint(...)                   ((void)(fsp_dp ? DbgPrint(__VA_ARGS__) : 0)) | ||||
| #else | ||||
| #endif | ||||
|  | ||||
| /* DEBUGLOG */ | ||||
| #if DBG | ||||
| #define DEBUGLOG(fmt, ...)              \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user