Fix clang compile. (nw)

This commit is contained in:
couriersud 2016-06-25 00:27:43 +02:00
parent b3491464e4
commit 9027566956

View File

@ -68,7 +68,7 @@ constexpr char PATHSEPCH = '\\';
constexpr char INVPATHSEPCH = '/';
#else
constexpr char PATHSEPCH = '/';
constexpr char INVPATHSEPCH = '\\';
//constexpr char INVPATHSEPCH = '\\';
#endif
#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__DragonFly__) || defined(EMSCRIPTEN) || defined(__ANDROID__) || defined(WIN32) || defined(SDLMAME_NO64BITIO)