mirror of
https://github.com/AxioDL/amuse.git
synced 2025-07-07 21:56:11 +00:00
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…
x
Reference in New Issue
Block a user