summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/progs/quake/net.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/net.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/net.h')
-rw-r--r--apps/plugins/sdl/progs/quake/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sdl/progs/quake/net.h b/apps/plugins/sdl/progs/quake/net.h
index af461256b6..813472c0c6 100644
--- a/apps/plugins/sdl/progs/quake/net.h
+++ b/apps/plugins/sdl/progs/quake/net.h
@@ -238,7 +238,7 @@ typedef struct
238extern int hostCacheCount; 238extern int hostCacheCount;
239extern hostcache_t hostcache[HOSTCACHESIZE]; 239extern hostcache_t hostcache[HOSTCACHESIZE];
240 240
241#if !defined(_WIN32 ) && !defined (__linux__) && !defined (__sun__) 241#if !defined (__linux__) && !defined (__sun__)
242#ifndef htonl 242#ifndef htonl
243extern unsigned long htonl (unsigned long hostlong); 243extern unsigned long htonl (unsigned long hostlong);
244#endif 244#endif