git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3092
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#ifdef wxNEED_WX_STDIO_H
#include <stdio.h>
#include <stdarg.h>
#ifdef wxNEED_WX_STDIO_H
#include <stdio.h>
#include <stdarg.h>
+WXDLLEXPORT FILE * wxFopen(const wxChar *path, const wxChar *mode);
+WXDLLEXPORT FILE * wxFreopen(const wxChar *path, const wxChar *mode, FILE *stream);
WXDLLEXPORT int wxPrintf(const wxChar *fmt, ...);
WXDLLEXPORT int wxVprintf(const wxChar *fmt, va_list argptr);
WXDLLEXPORT int wxFprintf(FILE *stream, const wxChar *fmt, ...);
WXDLLEXPORT int wxPrintf(const wxChar *fmt, ...);
WXDLLEXPORT int wxVprintf(const wxChar *fmt, va_list argptr);
WXDLLEXPORT int wxFprintf(FILE *stream, const wxChar *fmt, ...);
WXDLLEXPORT int wxSystem(const wxChar *psz);
#endif
WXDLLEXPORT int wxSystem(const wxChar *psz);
#endif
+#ifdef wxNEED_WX_TIME_H
+WXDLLEXPORT size_t wxStrftime(wxChar *s, size_t max, const wxChar *fmt, const struct tm *tm);
+#endif
+