From ca7f743abbac4edb13fc358de860778dbcb30b96 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Tue, 26 Aug 2003 20:53:48 +0000 Subject: [PATCH] fix for d mars git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/defs.h b/include/wx/defs.h index 80a498f4d8..bbb1b4a9e9 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -311,7 +311,7 @@ typedef int wxWindowID; #if defined(__WXMSW__) // __declspec works in BC++ 5 and later, Watcom C++ 11.0 and later as well // as VC++ and gcc - #if defined(__VISUALC__) || defined(__BORLANDC__) || defined(__GNUC__) || defined(__WATCOMC__) + #if defined(__VISUALC__) || defined(__BORLANDC__) || defined(__GNUC__) || defined(__WATCOMC__) || defined(__DIGITALMARS__) #define WXEXPORT __declspec(dllexport) #define WXIMPORT __declspec(dllimport) #else // compiler doesn't support __declspec()