mirror of https://github.com/AxioDL/amuse.git
Windows fixes
This commit is contained in:
parent
03d597b0ac
commit
448b212ad9
|
@ -39,6 +39,7 @@ namespace amuse
|
|||
|
||||
#ifdef _WIN32
|
||||
using SystemString = std::wstring;
|
||||
using SystemStringView = std::wstring_view;
|
||||
using SystemChar = wchar_t;
|
||||
#ifndef _S
|
||||
#define _S(val) L##val
|
||||
|
|
Loading…
Reference in New Issue