summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/progs/quake/quakeasm.h
diff options
context:
space:
mode:
authorVencislav Atanasov <user890104@freemyipod.org>2019-07-28 23:31:50 +0300
committerVencislav Atanasov <user890104@freemyipod.org>2019-07-29 01:59:40 +0300
commit183e45e8d0b4425bbd41fab37f2a4dc143e1e27c (patch)
tree5e25c211f6a3bd46dc594123451af00c1bf7ef9c /apps/plugins/sdl/progs/quake/quakeasm.h
parente19857e712ff54cec08d5a6342a32dae2788cb50 (diff)
downloadrockbox-183e45e8d0b4425bbd41fab37f2a4dc143e1e27c.tar.gz
rockbox-183e45e8d0b4425bbd41fab37f2a4dc143e1e27c.zip
sdl: Remove platform-specific code
Also nuke the Makefiles of Duke Nukem 3D (pun intended). Change-Id: If2707cf079bfb9299347f9c5f980780134b6ecda
Diffstat (limited to 'apps/plugins/sdl/progs/quake/quakeasm.h')
-rw-r--r--apps/plugins/sdl/progs/quake/quakeasm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/plugins/sdl/progs/quake/quakeasm.h b/apps/plugins/sdl/progs/quake/quakeasm.h
index 303853944e..fe58bfeb95 100644
--- a/apps/plugins/sdl/progs/quake/quakeasm.h
+++ b/apps/plugins/sdl/progs/quake/quakeasm.h
@@ -23,14 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23 23
24//#define GLQUAKE 1 24//#define GLQUAKE 1
25 25
26#if defined(_WIN32) && !defined(WINDED)
27
28#if defined(_M_IX86)
29#define __i386__ 1
30#endif
31
32#endif
33
34#if defined(__i386__) && defined(USE_ASM) 26#if defined(__i386__) && defined(USE_ASM)
35#define id386 1 27#define id386 1
36#else 28#else