compilation fix after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -830,7 +830,7 @@ WXDLLIMPEXP_BASE bool wxOKlibc(); /* for internal use */
|
|||||||
#else /* ASCII */
|
#else /* ASCII */
|
||||||
/* all versions of CodeWarrior supported by wxWidgets apparently have */
|
/* all versions of CodeWarrior supported by wxWidgets apparently have */
|
||||||
/* both snprintf() and vsnprintf() */
|
/* both snprintf() and vsnprintf() */
|
||||||
#ifdef HAVE_SNPRINTF || defined(__MWERKS__) || defined(__WATCOMC__)
|
#if defined(HAVE_SNPRINTF) || defined(__MWERKS__) || defined(__WATCOMC__)
|
||||||
#define wxSnprintf_ snprintf
|
#define wxSnprintf_ snprintf
|
||||||
#endif
|
#endif
|
||||||
#if defined(HAVE_VSNPRINTF) || defined(__MWERKS__) || defined(__WATCOMC__)
|
#if defined(HAVE_VSNPRINTF) || defined(__MWERKS__) || defined(__WATCOMC__)
|
||||||
|
Reference in New Issue
Block a user