aboutsummaryrefslogtreecommitdiff
path: root/source/port.h
diff options
context:
space:
mode:
authortwinaphex2016-08-08 05:20:28 +0200
committertwinaphex2016-08-08 05:20:28 +0200
commit27e31e6ae6d27c3bb528ef30c3cf38ff50f8b42f (patch)
tree54996f860a9944a3146ae863b06cdf790ad66dba /source/port.h
parent69d757c58d5d32363ba38bba4139053ea62f2ad8 (diff)
downloadsnes9x2005-27e31e6ae6d27c3bb528ef30c3cf38ff50f8b42f.tar.gz
snes9x2005-27e31e6ae6d27c3bb528ef30c3cf38ff50f8b42f.tar.bz2
snes9x2005-27e31e6ae6d27c3bb528ef30c3cf38ff50f8b42f.zip
Remove DJGPP ifdefs
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__)