Windows fixes

This commit is contained in:
Jack Andersen 2016-05-22 19:33:50 -10:00
parent 3f0ea233bb
commit e107092675
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
{