From 3e22fb88f5d38236e274fbc6c06fe1e32fd69811 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Thu, 14 Aug 2003 08:50:10 +0000 Subject: [PATCH] dmars does not have w32api.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/gccpriv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/gccpriv.h b/include/wx/msw/gccpriv.h index 6b96900f33..220e1bcd63 100644 --- a/include/wx/msw/gccpriv.h +++ b/include/wx/msw/gccpriv.h @@ -21,7 +21,7 @@ #endif #endif -#if (defined(__WATCOMC__) && __WATCOMC__ >= 1200) || defined(__DIGITALMARS__) +#if (defined(__WATCOMC__) && __WATCOMC__ >= 1200) #define HAVE_W32API_H #endif -- 2.45.2