]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.h
Rename dhullinfo_t to hullinfo_t, fix byte->qbyte. More fixes later! Don't complain...
[xonotic/darkplaces.git] / netconn.h
index fd39833e8ee504746da668d58db4ac30dd62d79d..e66b71d17fe19534991ab3682302c484744872c7 100755 (executable)
--- a/netconn.h
+++ b/netconn.h
@@ -251,7 +251,7 @@ extern int serverlist_cachecount;
 
 extern qboolean serverlist_consoleoutput;
 
-#if !defined(_WIN32 ) && !defined (__linux__) && !defined (__sun__)
+#if !defined(_WIN32) && !defined(__linux__) && !defined(SUNOS)
 #ifndef htonl
 extern unsigned long htonl (unsigned long hostlong);
 #endif