mirror of https://github.com/snes9xgit/snes9x.git
Use escaped backslash for win32 paths.
This commit is contained in:
parent
941ce40193
commit
dd0d4419e7
2
port.h
2
port.h
|
@ -325,7 +325,7 @@ void SetInfoDlgColor(unsigned char, unsigned char, unsigned char);
|
||||||
#endif // __WIN32_LIBSNES__
|
#endif // __WIN32_LIBSNES__
|
||||||
#endif // __WIN32__
|
#endif // __WIN32__
|
||||||
|
|
||||||
#ifdef __DJGPP
|
#if defined(__DJGPP) || defined(__WIN32__)
|
||||||
#define SLASH_STR "\\"
|
#define SLASH_STR "\\"
|
||||||
#define SLASH_CHAR '\\'
|
#define SLASH_CHAR '\\'
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue