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