It looks like windows needs this change as well.

Originally committed to SVN as r3216.
This commit is contained in:
Amar Takhar 2009-07-23 07:09:57 +00:00
parent d14aa9d8f0
commit cd7e414b08
1 changed files with 0 additions and 4 deletions

View File

@ -48,11 +48,7 @@
// Define types used by Aegisub
namespace Aegisub {
// String type
#ifdef __WINDOWS__
typedef std::basic_string<wchar_t> String;
#else
typedef wxString String;
#endif
// String array
typedef std::vector<String> StringArray;