Remove BCC-specific conditionally compiled code
This commit is contained in:
@@ -33,9 +33,6 @@ using std::string;
|
||||
#if defined _MSC_VER && _MSC_VER >= 1310 && !defined __WIN64__
|
||||
# define WXARC_MEMBER_TEMPLATES
|
||||
#endif
|
||||
#if defined __BORLANDC__ && __BORLANDC__ >= 0x530
|
||||
# define WXARC_MEMBER_TEMPLATES
|
||||
#endif
|
||||
#if defined __HP_aCC && __HP_aCC > 33300
|
||||
# define WXARC_MEMBER_TEMPLATES
|
||||
#endif
|
||||
@@ -382,7 +379,7 @@ void TempDir::RemoveDir(wxString& path)
|
||||
#if defined __UNIX__ || defined __MINGW32__
|
||||
# define WXARC_popen popen
|
||||
# define WXARC_pclose pclose
|
||||
#elif defined _MSC_VER || defined __BORLANDC__
|
||||
#elif defined _MSC_VER
|
||||
# define WXARC_popen _popen
|
||||
# define WXARC_pclose _pclose
|
||||
#else
|
||||
|
Reference in New Issue
Block a user