mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 08:31:43 +02:00
fixed various bugs (see SF tracker)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// XMLString.h
|
||||
//
|
||||
// $Id: //poco/svn/XML/include/Poco/XML/XMLString.h#2 $
|
||||
// $Id: //poco/1.3/XML/include/Poco/XML/XMLString.h#1 $
|
||||
//
|
||||
// Library: XML
|
||||
// Package: XML
|
||||
@@ -75,6 +75,8 @@ namespace XML {
|
||||
XMLString toXMLString(const std::string& str);
|
||||
/// Converts an UTF-8 encoded string into an
|
||||
/// XMLString
|
||||
|
||||
#define XML_LIT(lit) L##lit
|
||||
|
||||
#elif defined(XML_UNICODE)
|
||||
|
||||
@@ -95,6 +97,8 @@ namespace XML {
|
||||
{
|
||||
return str;
|
||||
}
|
||||
|
||||
#define XML_LIT(lit) lit
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user