mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
Fix clang compile. (nw)
This commit is contained in:
parent
b3491464e4
commit
9027566956
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user