mdbx-test: вывод кадров стека для решения проблем Windows.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2024-07-18 01:10:59 +03:00
parent 242ebefdb7
commit 7dee88e27f
2 changed files with 188 additions and 12 deletions

View File

@@ -93,7 +93,7 @@ typedef CRITICAL_SECTION osal_fastmutex_t;
/* *INDENT-OFF* */
/* clang-format off */
#define __try
#define __except(COND) if (false)
#define __except(COND) if (/* (void)(COND), */ false)
/* *INDENT-ON* */
/* clang-format on */
#endif /* stub for MSVC's __try/__except */