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
This commit is contained in:
@@ -311,7 +311,7 @@ typedef int wxWindowID;
|
|||||||
#if defined(__WXMSW__)
|
#if defined(__WXMSW__)
|
||||||
// __declspec works in BC++ 5 and later, Watcom C++ 11.0 and later as well
|
// __declspec works in BC++ 5 and later, Watcom C++ 11.0 and later as well
|
||||||
// as VC++ and gcc
|
// 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 WXEXPORT __declspec(dllexport)
|
||||||
#define WXIMPORT __declspec(dllimport)
|
#define WXIMPORT __declspec(dllimport)
|
||||||
#else // compiler doesn't support __declspec()
|
#else // compiler doesn't support __declspec()
|
||||||
|
Reference in New Issue
Block a user