Updated Clara with handling for / on Windows

This commit is contained in:
Phil Nash
2017-06-23 09:08:44 +01:00
parent 2462dff088
commit af66106500
3 changed files with 11 additions and 1 deletions

View File

@@ -341,6 +341,10 @@ namespace clara { namespace TextFlow
#include <set>
#include <algorithm>
#if !defined(CLARA_PLATFORM_WINDOWS) && ( defined(WIN32) || defined(__WIN32__) || defined(_WIN32) || defined(_MSC_VER) )
#define CLARA_PLATFORM_WINDOWS
#endif
namespace clara {
namespace detail {