Remove feature test for HAVE_EXPLICIT

This commit is contained in:
ARATA Mizuki
2016-09-09 20:20:59 +09:00
parent 8cfc74491a
commit 32666e8d4f
7 changed files with 1 additions and 142 deletions

View File

@@ -258,7 +258,7 @@ typedef short int WXTYPE;
#define wxOVERRIDE override
#else /* !HAVE_OVERRIDE */
#define wxOVERRIDE
#endif /* HAVE_OVERRIDE/!HAVE_EXPLICIT */
#endif /* HAVE_OVERRIDE */
/* wxFALLTHROUGH is used to notate explicit fallthroughs in switch statements */

View File

@@ -21,7 +21,6 @@
#define __DARWIN__ 1
#define wx_USE_NANOX 0
#define HAVE_EXPLICIT 1
#define HAVE_VA_COPY 1
#define HAVE_VARIADIC_MACROS 1
#define HAVE_STD_WSTRING 1