Use correct separators on DJGPP

This commit is contained in:
Turo Lamminen
2024-04-23 20:23:03 +03:00
parent 6530e1ac00
commit c46a511273
+1 -1
View File
@@ -83,7 +83,7 @@ typedef uint8_t byte;
#include <limits.h>
#ifdef _WIN32
#if defined(_WIN32) || defined(__DJGPP__)
#define DIR_SEPARATOR '\\'
#define DIR_SEPARATOR_S "\\"