Remove HAVE_W32API_H definition and checks
All still supported versions of MinGW/Cygwin provide w32api.h file, so there is no need to test for it. This allows to simplify the code, but also remove the definition of HAVE_W32API_H from bake- and makefiles and this, in turn, allows to get rid of extra flags in MinGW format entirely, as we don't support gcc 2.95 for which they were originally needed neither.
This commit is contained in:
@@ -1327,9 +1327,6 @@ typedef pid_t GPid;
|
||||
/* Define if you have the <langinfo.h> header file. */
|
||||
#define HAVE_LANGINFO_H 1
|
||||
|
||||
/* Define if you have the <w32api.h> header file (mingw,cygwin). */
|
||||
#undef HAVE_W32API_H
|
||||
|
||||
/* Define if you have the <esd.h> header file. */
|
||||
/* #undef HAVE_ESD_H */
|
||||
|
||||
|
Reference in New Issue
Block a user