diff --git a/include/wx/defs.h b/include/wx/defs.h index 1a8b26dc3b..3ee16b9c2f 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -231,7 +231,7 @@ typedef int wxWindowID; // check for explicit keyword support #ifndef HAVE_EXPLICIT - #if defined(__VISUALC__) && (__VISUALC__ > 1200) + #if defined(__VISUALC__) && (__VISUALC__ >= 1200) // VC++ 6.0 has explicit (what about the earlier versions?) #define HAVE_EXPLICIT #elif defined(__BORLANDC__) && (__BORLANDC__ >= 0x0520)