Go to the documentation of this file.
38# ifndef XML_UNICODE_WCHAR_T
39# error xmlwf requires a 16-bit Unicode-compatible wchar_t
41# define _PREPEND_BIG_L(x) L##x
42# define T(x) _PREPEND_BIG_L(x)
43# define ftprintf fwprintf
44# define tfopen _wfopen
51# define tcsrchr wcsrchr
53# define tperror _wperror
56# define tremove _wremove
59# define tcstoull wcstoull
62# define ftprintf fprintf
70# define tcsrchr strrchr
72# define tperror perror
75# define tremove remove
78# define tcstoull strtoull