We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
Was already fixed in 31e6c0e
Sorry, something went wrong.
不,你没有修复 你打开 https://github.com/CrashRpt/crashrpt2/blob/master/thirdparty/dbghelp/include/dbghelp.h, 你就知道了
No branches or pull requests
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 text was updated successfully, but these errors were encountered: