(blind) fix for BC++ compilation problem with wxPutc() redefinition

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-08-27 08:56:50 +00:00
parent 9c6b482464
commit d4ea46dbad
2 changed files with 4 additions and 2 deletions

View File

@@ -396,6 +396,8 @@
#define wxPuts putws
#define wxFputs fputws
#else
#define wxNEED_FPUTWC
#include <stdio.h>
int wxFputs(const wxChar *ch, FILE *stream);