Warning fix observed in tex2rtf.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a0177486d3
commit
5d631b78f8
@ -311,7 +311,7 @@
|
|||||||
#define wxGets _getts
|
#define wxGets _getts
|
||||||
#define wxPerror _tperror
|
#define wxPerror _tperror
|
||||||
#define wxPrintf _tprintf
|
#define wxPrintf _tprintf
|
||||||
#define wxPutc _puttc
|
#define wxPutc(c,f) _puttc(WXWCHAR_T_CAST(c),f)
|
||||||
#define wxPutchar _puttchar
|
#define wxPutchar _puttchar
|
||||||
#define wxPuts _putts
|
#define wxPuts _putts
|
||||||
#define wxScanf _tscanf
|
#define wxScanf _tscanf
|
||||||
|
Loading…
Reference in New Issue
Block a user