mirror of https://github.com/AxioDL/amuse.git
Windows fixes
This commit is contained in:
parent
3f0ea233bb
commit
e107092675
|
@ -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
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
namespace amuse
|
||||
{
|
||||
class ChannelMap;
|
||||
struct ChannelMap;
|
||||
|
||||
class EffectBaseTypeless
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue