Fix checking __MINGW64_VERSION_MAJOR for wxUSE_WEBREQUEST_WINHTTP
It is not yet defined for setup.h, so check it in chkconf.h. Fixes #19105
This commit is contained in:
parent
5bdd5e1432
commit
3cc48e2e56
6 changed files with 10 additions and 25 deletions
|
|
@ -691,11 +691,7 @@
|
|||
#define wxUSE_GRAPHICS_DIRECT2D 0
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) || defined(__MINGW64_VERSION_MAJOR)
|
||||
#define wxUSE_WEBREQUEST_WINHTTP 0
|
||||
#else
|
||||
#define wxUSE_WEBREQUEST_WINHTTP 0
|
||||
#endif
|
||||
#define wxUSE_WEBREQUEST_WINHTTP 0
|
||||
|
||||
|
||||
#define wxUSE_OLE 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue