the included dbghelp.h ist missing the closing of extern "C" This (but not only this) prevents compilation with 2022 Add this before the last endif #ifdef __cplusplus } #endif
the included dbghelp.h ist missing the closing of extern "C"
This (but not only this) prevents compilation with 2022
Add this before the last endif
#ifdef __cplusplus
}
#endif