fixed issues in some sample files
This commit is contained in:
parent
6d03ba8ef2
commit
6693fdc059
@ -2,7 +2,7 @@
|
|||||||
#include <qse/si/sio.h>
|
#include <qse/si/sio.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#if defined(QSE_CHAR_IS_WCHAR) && defined(QSE_WCHAR_IS_CHAR16_T)
|
#if defined(QSE_CHAR_IS_WCHAR) && defined(QSE_USE_PREFIX_SMALL_U)
|
||||||
typedef std::basic_string<char16_t> String;
|
typedef std::basic_string<char16_t> String;
|
||||||
#elif defined(QSE_CHAR_IS_WCHAR)
|
#elif defined(QSE_CHAR_IS_WCHAR)
|
||||||
typedef std::wstring String;
|
typedef std::wstring String;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#include <qse/si/sio.h>
|
#include <qse/si/sio.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#if defined(QSE_CHAR_IS_WCHAR) && defined(QSE_WCHAR_IS_CHAR16_T)
|
#if defined(QSE_CHAR_IS_WCHAR) && defined(QSE_USE_PREFIX_SMALL_U)
|
||||||
typedef std::basic_string<char16_t> String;
|
typedef std::basic_string<char16_t> String;
|
||||||
#elif defined(QSE_CHAR_IS_WCHAR)
|
#elif defined(QSE_CHAR_IS_WCHAR)
|
||||||
typedef std::wstring String;
|
typedef std::wstring String;
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#if defined(QSE_CHAR_IS_WCHAR) && defined(QSE_WCHAR_IS_CHAR16_T)
|
#if defined(QSE_CHAR_IS_WCHAR) && defined(QSE_USE_PREFIX_SMALL_U)
|
||||||
typedef std::basic_string<char16_t> String;
|
typedef std::basic_string<char16_t> String;
|
||||||
#elif defined(QSE_CHAR_IS_WCHAR)
|
#elif defined(QSE_CHAR_IS_WCHAR)
|
||||||
typedef std::wstring String;
|
typedef std::wstring String;
|
||||||
|
Loading…
Reference in New Issue
Block a user