mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-15 00:02:46 -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