From b79a499394a0380d20ce52c994eb86a09abf90fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 14 Aug 2003 09:17:45 +0000 Subject: [PATCH] DMC doesn't have w32api git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2