Remove BCC-specific conditionally compiled code
This commit is contained in:
@@ -132,8 +132,7 @@
|
||||
is a wrapper around it as explained below
|
||||
*/
|
||||
|
||||
#if defined(__VISUALC__) || \
|
||||
(defined(__BORLANDC__) && __BORLANDC__ >= 0x540)
|
||||
#if defined(__VISUALC__)
|
||||
#define wxCRT_VsnprintfA _vsnprintf
|
||||
#define wxCRT_VsnprintfW _vsnwprintf
|
||||
#else
|
||||
|
Reference in New Issue
Block a user