It looks like windows needs this change as well.
Originally committed to SVN as r3216.
This commit is contained in:
parent
d14aa9d8f0
commit
cd7e414b08
1 changed files with 0 additions and 4 deletions
|
@ -48,11 +48,7 @@
|
||||||
// Define types used by Aegisub
|
// Define types used by Aegisub
|
||||||
namespace Aegisub {
|
namespace Aegisub {
|
||||||
// String type
|
// String type
|
||||||
#ifdef __WINDOWS__
|
|
||||||
typedef std::basic_string<wchar_t> String;
|
|
||||||
#else
|
|
||||||
typedef wxString String;
|
typedef wxString String;
|
||||||
#endif
|
|
||||||
// String array
|
// String array
|
||||||
typedef std::vector<String> StringArray;
|
typedef std::vector<String> StringArray;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue