Remove BCC-specific conditionally compiled code
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
# define WXIMPORT __attribute__ ((visibility("default")))
|
||||
#elif defined(__WINDOWS__)
|
||||
/*
|
||||
__declspec works in BC++ 5 and later as well as VC++.
|
||||
__declspec works in as VC++.
|
||||
*/
|
||||
# if defined(__VISUALC__) || defined(__BORLANDC__)
|
||||
# if defined(__VISUALC__)
|
||||
# define WXEXPORT __declspec(dllexport)
|
||||
# define WXIMPORT __declspec(dllimport)
|
||||
/*
|
||||
|
Reference in New Issue
Block a user