Use escaped backslash for win32 paths.

This commit is contained in:
qwertymodo 2016-11-07 11:28:33 -08:00
parent 941ce40193
commit dd0d4419e7
1 changed files with 1 additions and 1 deletions

2
port.h
View File

@ -325,7 +325,7 @@ void SetInfoDlgColor(unsigned char, unsigned char, unsigned char);
#endif // __WIN32_LIBSNES__
#endif // __WIN32__
#ifdef __DJGPP
#if defined(__DJGPP) || defined(__WIN32__)
#define SLASH_STR "\\"
#define SLASH_CHAR '\\'
#else