another fix for wxSnprintf_
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -593,10 +593,12 @@ WXDLLEXPORT bool wxOKlibc(); // for internal use
|
|||||||
#endif
|
#endif
|
||||||
#endif // wxVsnprintf_ not defined yet
|
#endif // wxVsnprintf_ not defined yet
|
||||||
|
|
||||||
#ifndef wxVsnprintf_
|
#ifndef wxSnprintf_
|
||||||
// no [v]snprintf(), cook our own
|
// no [v]snprintf(), cook our own
|
||||||
WXDLLEXPORT int wxSnprintf_(wxChar *buf, size_t len, const wxChar *format,
|
WXDLLEXPORT int wxSnprintf_(wxChar *buf, size_t len, const wxChar *format,
|
||||||
...) ATTRIBUTE_PRINTF_3;
|
...) ATTRIBUTE_PRINTF_3;
|
||||||
|
#endif
|
||||||
|
#ifndef wxVsnprintf_
|
||||||
WXDLLEXPORT int wxVsnprintf_(wxChar *buf, size_t len, const wxChar *format,
|
WXDLLEXPORT int wxVsnprintf_(wxChar *buf, size_t len, const wxChar *format,
|
||||||
va_list argptr);
|
va_list argptr);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user