OpenWatcom has the explicit keyword too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-05-03 10:27:05 +00:00
parent d3cefe87d7
commit 8a3bc532fd

View File

@@ -269,6 +269,8 @@ typedef int wxWindowID;
#define HAVE_EXPLICIT
#elif defined(__DIGITALMARS__)
#define HAVE_EXPLICIT
#elif defined(__WATCOMC__)
#define HAVE_EXPLICIT
#endif
#endif /* !HAVE_EXPLICIT */