aboutsummaryrefslogtreecommitdiff
path: root/source/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/port.h')
-rw-r--r--source/port.h5
1 files changed, 0 insertions, 5 deletions
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__)