From: Václav Slavík Date: Thu, 14 Aug 2003 09:17:45 +0000 (+0000) Subject: DMC doesn't have w32api X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b79a499394a0380d20ce52c994eb86a09abf90fc DMC doesn't have w32api git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/platform.h b/include/wx/platform.h index 817914f90f..d8195ab78e 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -308,7 +308,7 @@ */ #if defined( __GNUWIN32__ ) || defined( __MINGW32__ ) || \ defined( __CYGWIN__ ) || \ - (defined(__WATCOMC__) && __WATCOMC__ >= 1200) || defined(__DIGITALMARS__) + (defined(__WATCOMC__) && __WATCOMC__ >= 1200) #include "wx/msw/gccpriv.h" #else #undef wxCHECK_W32API_VERSION