git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18493
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// check for explicit keyword support
#ifndef HAVE_EXPLICIT
// 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)
// VC++ 6.0 has explicit (what about the earlier versions?)
#define HAVE_EXPLICIT
#elif defined(__BORLANDC__) && (__BORLANDC__ >= 0x0520)