mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-04-07 08:21:55 +00:00
added mackan@stacken.kth.se 's patch
This commit is contained in:
parent
574dabc374
commit
20070cbe3a
1 changed files with 0 additions and 15 deletions
15
uquake/net.h
15
uquake/net.h
|
@ -238,21 +238,6 @@ typedef struct
|
|||
extern int hostCacheCount;
|
||||
extern hostcache_t hostcache[HOSTCACHESIZE];
|
||||
|
||||
#if !defined(_WIN32 ) && !defined (__linux__) && !defined (__sun__)
|
||||
#ifndef htonl
|
||||
extern unsigned long htonl (unsigned long hostlong);
|
||||
#endif
|
||||
#ifndef htons
|
||||
extern unsigned short htons (unsigned short hostshort);
|
||||
#endif
|
||||
#ifndef ntohl
|
||||
extern unsigned long ntohl (unsigned long netlong);
|
||||
#endif
|
||||
#ifndef ntohs
|
||||
extern unsigned short ntohs (unsigned short netshort);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef IDGODS
|
||||
qboolean IsID(struct qsockaddr *addr);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue