mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06: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 <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#ifdef __MINGW64_VERSION_MAJOR
|
||||
#ifdef __GNUC__
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
|
Loading…
Reference in New Issue
Block a user