mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 17:03:12 -05:00
sys: driver.h: fsp_dp
This commit is contained in:
parent
66f54294a2
commit
018c387945
@ -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, ...) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user