fixed various bugs (see SF tracker)

This commit is contained in:
Guenter Obiltschnig
2008-09-16 17:26:28 +00:00
parent 5b26a62961
commit 57762a2cfc
19 changed files with 97 additions and 28 deletions

View File

@@ -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