mirror of
https://github.com/nginx/nginx.git
synced 2025-08-01 02:56:15 +08:00
Win32: stdint.h used for MinGW GCC.
There is no need to restrict stdint.h only to MinGW-w64 GCC, it is available with MinGW GCC as well.
This commit is contained in:
parent
25fb9595bb
commit
ca1c3818f7
@ -58,7 +58,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#ifdef __MINGW64_VERSION_MAJOR
|
#ifdef __GNUC__
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user