xmlwf/xmltchar.h: Make T(..) support T(XML_FMT_INT_MOD)

This commit is contained in:
Sebastian Pipping 2017-10-04 21:28:32 +02:00
parent 41cc68cb67
commit 31bdf3025b

View File

@ -37,7 +37,8 @@
# ifndef XML_UNICODE_WCHAR_T # ifndef XML_UNICODE_WCHAR_T
# error xmlwf requires a 16-bit Unicode-compatible wchar_t # error xmlwf requires a 16-bit Unicode-compatible wchar_t
# endif # endif
# define T(x) L ## x # define _PREPEND_BIG_L(x) L ## x
# define T(x) _PREPEND_BIG_L(x)
# define ftprintf fwprintf # define ftprintf fwprintf
# define tfopen _wfopen # define tfopen _wfopen
# define fputts fputws # define fputts fputws