aboutsummaryrefslogtreecommitdiffstats
path: root/code/client
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-12-06 19:03:39 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-12-06 19:03:39 +0000
commite9c18bd3ae7f4a976f7cb6d9673419cfb0cdc469 (patch)
tree24091077852df88f3f342b8132e6b577acf2696a /code/client
parentdd4b80f1158f8adae8a7f59aca8c2986d5bc7a3d (diff)
downloadioquake3-aero-e9c18bd3ae7f4a976f7cb6d9673419cfb0cdc469.tar.gz
ioquake3-aero-e9c18bd3ae7f4a976f7cb6d9673419cfb0cdc469.zip
* Solaris patch from Vincent S. Cojot
git-svn-id: svn://svn.icculus.org/quake3/trunk@432 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/client')
-rw-r--r--code/client/qal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/qal.c b/code/client/qal.c
index e8869b3..0701c5d 100644
--- a/code/client/qal.c
+++ b/code/client/qal.c
@@ -44,7 +44,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define SYMLOAD(x,y) GetProcAddress(x,y)
#define OBJFREE(x) FreeLibrary(x)
-#elif defined __linux__ || defined __FreeBSD__ || defined MACOS_X
+#elif defined __linux__ || defined __FreeBSD__ || defined MACOS_X || defined __sun
#include <dlfcn.h>
#define OBJTYPE void *
#define OBJLOAD(x) dlopen(x, RTLD_LAZY | RTLD_GLOBAL)