]> git.saurik.com Git - wxWidgets.git/commitdiff
OpenWatcom has the explicit keyword too
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 3 May 2007 10:27:05 +0000 (10:27 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 3 May 2007 10:27:05 +0000 (10:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index 96ca1b6d9f6ee7c0fe4411d19d2f09a565fe0c73..f1e13037b64f6e027bc75d0bd1c8493cd5331bd0 100644 (file)
@@ -269,6 +269,8 @@ typedef int wxWindowID;
         #define HAVE_EXPLICIT
     #elif defined(__DIGITALMARS__)
         #define HAVE_EXPLICIT
         #define HAVE_EXPLICIT
     #elif defined(__DIGITALMARS__)
         #define HAVE_EXPLICIT
+    #elif defined(__WATCOMC__)
+        #define HAVE_EXPLICIT
     #endif
 #endif /*  !HAVE_EXPLICIT */
 
     #endif
 #endif /*  !HAVE_EXPLICIT */