mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
move string constants into XMLStorage namespace
svn path=/trunk/; revision=23399
This commit is contained in:
@@ -44,6 +44,9 @@
|
||||
#include <precomp.h>
|
||||
|
||||
|
||||
namespace XMLStorage {
|
||||
|
||||
|
||||
// work around GCC's wide string constant bug
|
||||
#ifdef __GNUC__
|
||||
const LPCXSSTR XMLStorage::XS_EMPTY = XS_EMPTY_STR;
|
||||
@@ -54,9 +57,6 @@ const LPCXSSTR XMLStorage::XS_FLOATFMT = XS_FLOATFMT_STR;
|
||||
#endif
|
||||
|
||||
|
||||
namespace XMLStorage {
|
||||
|
||||
|
||||
/// remove escape characters from zero terminated string
|
||||
static std::string unescape(const char* s, char b, char e)
|
||||
{
|
||||
|
||||
@@ -44,6 +44,9 @@
|
||||
#include <precomp.h>
|
||||
|
||||
|
||||
namespace XMLStorage {
|
||||
|
||||
|
||||
// work around GCC's wide string constant bug
|
||||
#ifdef __GNUC__
|
||||
const LPCXSSTR XMLStorage::XS_EMPTY = XS_EMPTY_STR;
|
||||
@@ -54,9 +57,6 @@ const LPCXSSTR XMLStorage::XS_FLOATFMT = XS_FLOATFMT_STR;
|
||||
#endif
|
||||
|
||||
|
||||
namespace XMLStorage {
|
||||
|
||||
|
||||
/// remove escape characters from zero terminated string
|
||||
static std::string unescape(const char* s, char b, char e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user