From 100b79ddfa3c2ecbe29cc1c89277e7e109778094 Mon Sep 17 00:00:00 2001 From: kavsrf Date: Mon, 23 Jan 2017 15:14:28 +0300 Subject: XML wchar_t removed from EFI compile --- src/Common/Xml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/Xml.h') diff --git a/src/Common/Xml.h b/src/Common/Xml.h index ceae2bf1..2c6612d4 100644 --- a/src/Common/Xml.h +++ b/src/Common/Xml.h @@ -20,9 +20,9 @@ char *XmlGetAttributeText (char *xmlNode, const char *xmlAttrName, char *xmlAttr char *XmlGetNodeText (char *xmlNode, char *xmlText, int xmlTextSize); char *XmlFindElementByAttributeValue (char *xml, char *nodeName, const char *attrName, const char *attrValue); char *XmlQuoteText (const char *textSrc, char *textDst, int textDstMaxSize); -wchar_t *XmlQuoteTextW (const wchar_t *textSrc, wchar_t *textDst, int textDstMaxSize); #if !defined(_UEFI) +wchar_t *XmlQuoteTextW(const wchar_t *textSrc, wchar_t *textDst, int textDstMaxSize); int XmlWriteHeader (FILE *file); int XmlWriteFooter (FILE *file); #endif !defined(_UEFI) -- cgit v1.2.3