From: Chris Elliott Date: Fri, 2 May 2003 11:19:20 +0000 (+0000) Subject: fix for digitalmars header X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0b3f29b35959b85bff61c3395de2fcd06053a4b8 fix for digitalmars header git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/defs.h b/include/wx/defs.h index 12eb9c9085..3f08c269fb 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -241,6 +241,8 @@ typedef int wxWindowID; #elif defined(__MWERKS__) && (__MWERKS__ >= 0x2400) // Metrowerks CW6 or higher has explicit #define HAVE_EXPLICIT + #elif defined(__DIGITALMARS__) + #define HAAVE_EXPLICIT #endif #endif // !HAVE_EXPLICIT