mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 13:14:58 +00:00
Windows fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user