diff options
Diffstat (limited to 'protocols/JabberG/jabber_xml.h')
-rw-r--r-- | protocols/JabberG/jabber_xml.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/JabberG/jabber_xml.h b/protocols/JabberG/jabber_xml.h index 6a8ce23a3f..96cdbed413 100644 --- a/protocols/JabberG/jabber_xml.h +++ b/protocols/JabberG/jabber_xml.h @@ -366,7 +366,6 @@ public: va_end(args);
}
-#ifdef _UNICODE
XPathFmt(HXML hXml, char *path, ...): XPath(hXml, m_buf)
{
*m_buf = 0;
@@ -379,7 +378,6 @@ public: MultiByteToWideChar(CP_ACP, 0, buf, -1, m_buf, BUFSIZE);
va_end(args);
}
-#endif
private:
TCHAR m_buf[BUFSIZE];
|