Compilo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user