diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 63d5a33204..7df4892f82 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -363,6 +363,8 @@ wxChar * WXDLLEXPORT wxSetlocale(int category, const wxChar *locale); #ifdef wxNEED_WX_STDIO_H #include +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 wxVsprintf(wxChar *buf, const wxChar *fmt, va_list argptr); #endif