]> granicus.if.org Git - libexpat/commitdiff
xmlwf/xmltchar.h: Make T(..) support T(XML_FMT_INT_MOD)
authorSebastian Pipping <sebastian@pipping.org>
Wed, 4 Oct 2017 19:28:32 +0000 (21:28 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Wed, 4 Oct 2017 19:29:35 +0000 (21:29 +0200)
expat/xmlwf/xmltchar.h

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