mirror of
https://github.com/winfsp/winfsp.git
synced 2026-03-16 13:20:33 -05: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