From 0b3f29b35959b85bff61c3395de2fcd06053a4b8 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Fri, 2 May 2003 11:19:20 +0000 Subject: [PATCH] fix for digitalmars header git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.0