This commit is contained in:
Bill Zissimopoulos
2015-11-17 17:46:23 -08:00
parent ffe75d5242
commit 5424692f7f
2 changed files with 25 additions and 24 deletions

View File

@ -32,6 +32,7 @@
#if DBG
const char *NtStatusSym(NTSTATUS Status);
#define FSP_ENTER_(...) \
try { DbgBreakPoint(); } except(EXCEPTION_EXECUTE_HANDLER) {}\
__VA_ARGS__; \
try \
{