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:
Maxim Dounin 2016-12-24 18:01:14 +03:00
parent 25fb9595bb
commit ca1c3818f7

View File

@ -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>