(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:
@@ -396,6 +396,8 @@
|
||||
#define wxPuts putws
|
||||
#define wxFputs fputws
|
||||
#else
|
||||
#define wxNEED_FPUTWC
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int wxFputs(const wxChar *ch, FILE *stream);
|
||||
|
Reference in New Issue
Block a user