macOS build fixes

This commit is contained in:
Jack Andersen 2018-10-15 17:16:08 -10:00
parent f87b286ff3
commit 3d380fdc3b
1 changed files with 2 additions and 2 deletions

View File

@ -141,8 +141,8 @@ public:
inline SystemStringView sys_str() const {return m_sys;}
inline const SystemChar* c_str() const {return m_sys.data();}
};
#ifndef _S
#define _S(val) val
#ifndef _SYS_STR
#define _SYS_STR(val) val
#endif
#endif