This commit is contained in:
Jack Andersen 2016-05-24 16:01:34 -10:00
commit 9527a219c7
2 changed files with 2 additions and 1 deletions

View File

@ -917,6 +917,7 @@ int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE, LPWSTR lpCmdLine, int)
booArgv[i+1] = argv[i];
logvisor::CreateWin32Console();
SetConsoleOutputCP(65001);
return wmain(argc+1, booArgv);
}
#endif

View File

@ -6,7 +6,7 @@
namespace amuse
{
class ChannelMap;
struct ChannelMap;
class EffectBaseTypeless
{