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:
@@ -332,10 +332,6 @@
|
||||
# include "wx/msw/libraries.h"
|
||||
#endif
|
||||
|
||||
#if (defined(__GNUC__) && __GNUC__ < 3)
|
||||
#define wxNEEDS_CHARPP
|
||||
#endif
|
||||
|
||||
/*
|
||||
Note that wx/msw/gccpriv.h must be included after defining UNICODE and
|
||||
_UNICODE macros as it includes _mingw.h which relies on them being set.
|
||||
|
Reference in New Issue
Block a user