mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-26 14:02:08 -06:00
sys: WIP
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#if DBG
|
||||
const char *NtStatusSym(NTSTATUS Status);
|
||||
#define FSP_ENTER_(...) \
|
||||
try { DbgBreakPoint(); } except(EXCEPTION_EXECUTE_HANDLER) {}\
|
||||
__VA_ARGS__; \
|
||||
try \
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user