Added wxPrintf declaration.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -363,6 +363,8 @@ wxChar * WXDLLEXPORT wxSetlocale(int category, const wxChar *locale);
|
|||||||
|
|
||||||
#ifdef wxNEED_WX_STDIO_H
|
#ifdef wxNEED_WX_STDIO_H
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
int WXDLLEXPORT wxPrintf(const wxChar *fmt, ...);
|
||||||
|
int WXDLLEXPORT wxVprintf(const wxChar *fmt, va_list argptr);
|
||||||
int WXDLLEXPORT wxSprintf(wxChar *buf, const wxChar *fmt, ...);
|
int WXDLLEXPORT wxSprintf(wxChar *buf, const wxChar *fmt, ...);
|
||||||
int WXDLLEXPORT wxVsprintf(wxChar *buf, const wxChar *fmt, va_list argptr);
|
int WXDLLEXPORT wxVsprintf(wxChar *buf, const wxChar *fmt, va_list argptr);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user