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/apu.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/apu.c') diff --git a/source/apu.c b/source/apu.c index d3dce48..5f24cad 100644 --- a/source/apu.c +++ b/source/apu.c @@ -89,11 +89,6 @@ #ifndef USE_BLARGG_APU -#ifdef __DJGPP -#include -#undef true -#endif - #include "snes9x.h" #include "spc700.h" #include "apu.h" -- cgit v1.2.3