mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 17:03:12 -05:00
sys: WIP
This commit is contained in:
parent
b597c11b72
commit
b88eb453e6
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
#if DBG
|
#if DBG
|
||||||
#define DEBUGLOG(fmt, ...) \
|
#define DEBUGLOG(fmt, ...) \
|
||||||
DbgPrint(DRIVER_NAME ": " __FUNCTION__ ": " fmt "\n", __VA_ARGS__)
|
DbgPrint(DRIVER_NAME "!" __FUNCTION__ ": " fmt "\n", __VA_ARGS__)
|
||||||
#else
|
#else
|
||||||
#define DEBUGLOG(fmt, ...) ((void)0)
|
#define DEBUGLOG(fmt, ...) ((void)0)
|
||||||
#endif
|
#endif
|
||||||
@ -42,7 +42,7 @@ DRIVER_DISPATCH FspWrite;
|
|||||||
/* fast I/O */
|
/* fast I/O */
|
||||||
FAST_IO_CHECK_IF_POSSIBLE FspFastIoCheckIfPossible;
|
FAST_IO_CHECK_IF_POSSIBLE FspFastIoCheckIfPossible;
|
||||||
|
|
||||||
/* filter callbacks */
|
/* resource acquisition */
|
||||||
FAST_IO_ACQUIRE_FILE FspAcquireFileForNtCreateSection;
|
FAST_IO_ACQUIRE_FILE FspAcquireFileForNtCreateSection;
|
||||||
FAST_IO_RELEASE_FILE FspReleaseFileForNtCreateSection;
|
FAST_IO_RELEASE_FILE FspReleaseFileForNtCreateSection;
|
||||||
FAST_IO_ACQUIRE_FOR_MOD_WRITE FspAcquireForModWrite;
|
FAST_IO_ACQUIRE_FOR_MOD_WRITE FspAcquireForModWrite;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user