From 5d631b78f8173c3155e1475fafeba69cccfe51aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Wed, 10 Nov 2004 19:12:34 +0000 Subject: [PATCH] Warning fix observed in tex2rtf. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/wxchar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0