config-win32: set HAVE_STDINT_H where available

For winbuild and VS project builds.

Follow-up to 1ecf2f1113 #16585

Closes #16759
This commit is contained in:
Viktor Szakats 2025-03-18 11:17:01 +01:00
parent a9b7cbf34f
commit 37e013fc16
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -61,6 +61,11 @@
#endif
#endif
/* Define to 1 if you have the <stdint.h> header file. */
#if (defined(_MSC_VER) && (_MSC_VER >= 1600)) || defined(__MINGW32__)
#define HAVE_STDINT_H 1
#endif
/* Define if you have the <sys/param.h> header file. */
#ifdef __MINGW32__
#define HAVE_SYS_PARAM_H 1