diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 4b1feec822..6888208fec 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -311,7 +311,7 @@ #define wxGets _getts #define wxPerror _tperror #define wxPrintf _tprintf - #define wxPutc _puttc + #define wxPutc(c,f) _puttc(WXWCHAR_T_CAST(c),f) #define wxPutchar _puttchar #define wxPuts _putts #define wxScanf _tscanf