Correct configure check for debug help API availability
The check added in 841af56084
was not good
enough, some MinGW versions do have imagehlp.h, but don't define all the API
functions we need in it. Luckily, we can check for this simply by verifying
that API_VERSION_NUMBER is big enough.
Closes #17451.
This commit is contained in:
Reference in New Issue
Block a user