From: Turo Lamminen Date: Tue, 23 Apr 2024 17:23:03 +0000 (+0300) Subject: Use correct separators on DJGPP X-Git-Url: https://git.0x19.co/sitemap.xml?a=commitdiff_plain;h=c46a511273ea6c75f506258314045ab9cb7c4d93;p=doomgeneric-snom360 Use correct separators on DJGPP --- diff --git a/doomgeneric/doomtype.h b/doomgeneric/doomtype.h index aab7cbe..a225c64 100644 --- a/doomgeneric/doomtype.h +++ b/doomgeneric/doomtype.h @@ -83,7 +83,7 @@ typedef uint8_t byte; #include -#ifdef _WIN32 +#if defined(_WIN32) || defined(__DJGPP__) #define DIR_SEPARATOR '\\' #define DIR_SEPARATOR_S "\\"