From: Ove Kaaven Date: Tue, 13 Apr 1999 08:03:36 +0000 (+0000) Subject: Added wxPrintf declaration. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7c337432f047b8f80230c54407c677f736e14bf5?ds=sidebyside;hp=8801832d0ae2e78fa24af7f9f4b2c34a0874fa79 Added wxPrintf declaration. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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