]> git.0x19.co - doomgeneric-snom360/commitdiff
Use correct separators on DJGPP
authorTuro Lamminen <turol@iki.fi>
Tue, 23 Apr 2024 17:23:03 +0000 (20:23 +0300)
committerTuro Lamminen <turol@iki.fi>
Tue, 23 Apr 2024 17:23:03 +0000 (20:23 +0300)
doomgeneric/doomtype.h

index aab7cbee3fbf93e2a0e3c5ab84d5209c2611f844..a225c6487eaea4c2569ed6464bc137b8535725ad 100644 (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 "\\"