]> git.saurik.com Git - wxWidgets.git/commitdiff
fix for digitalmars header
authorChris Elliott <biol75@york.ac.uk>
Fri, 2 May 2003 11:19:20 +0000 (11:19 +0000)
committerChris Elliott <biol75@york.ac.uk>
Fri, 2 May 2003 11:19:20 +0000 (11:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index 12eb9c9085d981e09344abea82fcfda46545f88b..3f08c269fb4dc407311d39aa8b9d7ea625f806f6 100644 (file)
@@ -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