mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-24 01:13:04 -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_ALLOC_EXTERNAL_TAG 'XpsF'
|
||||||
#define FSP_IO_INCREMENT IO_NETWORK_INCREMENT
|
#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 */
|
/* DEBUGLOG */
|
||||||
#if DBG
|
#if DBG
|
||||||
#define DEBUGLOG(fmt, ...) \
|
#define DEBUGLOG(fmt, ...) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user