summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index 80130ff4d..ac53b6c63 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -22,9 +22,6 @@
#define _GNU_SOURCE
#define TROUBLED_INTS
#include <strings.h>
-#elif defined(__NDS__)
- #include <nds/jtypes.h>
- #define TROUBLED_INTS
#endif
/* It seems that we need to include stdint.h before anything else
@@ -433,7 +430,7 @@ void NORETURN CDECL error(const char *str, ...) WARN_FORMAT(1, 2);
#define OTTD_ASSERT
#endif
-#if defined(__NDS__) || defined(__DJGPP__)
+#if defined(__DJGPP__)
/* DJGPP doesn't have C++ conformant _stricmp... */
#define _stricmp stricmp
#elif defined(OPENBSD)