Windows fixes

This commit is contained in:
Jack Andersen 2017-11-13 17:35:02 -10:00
parent 03d597b0ac
commit 448b212ad9
1 changed files with 1 additions and 0 deletions

View File

@ -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