From: Václav Slavík Date: Thu, 3 May 2007 10:27:05 +0000 (+0000) Subject: OpenWatcom has the explicit keyword too X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8a3bc532fda8023ac2e908cf309dda9a78a89b7d OpenWatcom has the explicit keyword too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/defs.h b/include/wx/defs.h index 96ca1b6d9f..f1e13037b6 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -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 */