mirror of
https://github.com/curl/curl.git
synced 2026-04-27 18:42:14 +03:00
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:
parent
a9b7cbf34f
commit
37e013fc16
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue