From 27e31e6ae6d27c3bb528ef30c3cf38ff50f8b42f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 8 Aug 2016 05:20:28 +0200 Subject: Remove DJGPP ifdefs --- source/port.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/port.h') diff --git a/source/port.h b/source/port.h index 6439815..63f0d67 100644 --- a/source/port.h +++ b/source/port.h @@ -138,13 +138,8 @@ void _splitpath(const char* path, char* drive, char* dir, char* fname, void S9xGenerateSound(void); -#ifdef __DJGPP #define SLASH_STR "/" #define SLASH_CHAR '/' -#else -#define SLASH_STR "/" -#define SLASH_CHAR '/' -#endif #if defined(__i386__) || defined(__i486__) || defined(__i586__) || \ defined(__WIN32__) || defined(__alpha__) -- cgit v1.2.3