mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-23 09:04:26 +08:00
mdbx-test: вывод кадров стека для решения проблем Windows.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user