Remove checks for outdated GCC versions

wxWidgets now supports only GCC 4 and newer, so there is no reason
to keep code specific for older GCC versions.
This commit is contained in:
PB
2020-10-19 19:38:53 +02:00
parent 035fc5eb37
commit a7df23d43c
6 changed files with 3 additions and 30 deletions

View File

@@ -77,9 +77,7 @@
#define HAVE_W32API_H
#endif
#elif defined( __CYGWIN__ ) && !defined( HAVE_W32API_H )
#if ( __GNUC__ > 2 )
#define HAVE_W32API_H
#endif
#define HAVE_W32API_H
#endif
/* check for MinGW/Cygwin w32api version ( releases >= 0.5, only ) */