Compilo fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-09-09 19:07:05 +00:00
parent d90e6104e9
commit 349ef0adf5

View File

@@ -197,7 +197,11 @@ bool WXDLLEXPORT wxOKlibc()
// result in an endless recursion and thus in a stack overflow
#if wxUSE_UNICODE
#if defined(__WXWINCE__) || ( defined(__VISUALC__) && __VISUALC__ <= 1200 )
#if defined(__WINDOWS__)
// all compilers under Windows should have swprintf()
#define HAVE_SWPRINTF
#endif
#if defined(__WXWINCE__) || ( defined(__VISUALC__) && __VISUALC__ <= 1200 ) || defined(__GNUWIN32__)
#define HAVE_BROKEN_SWPRINTF_DECL
#endif