Update of /cvsroot/plib/plib/src/util
In directory sc8-pr-cvs1:/tmp/cvs-serv3590/plib/src/util
Modified Files:
ul.h
Log Message:
Committed numerous patches from 3rd parties:
Added JS support for Mac OS-X.
Removed JS support for HPUX.
Fixes for IRIX sound support.
Compile problems fixed in ul.h.
Load/Save FLT fixed to include byte-swapping.
Several fixes to MDL loader.
Fixed 'frozen particle' bug in ssgaParticleSystem.
Index: ul.h
===================================================================
RCS file: /cvsroot/plib/plib/src/util/ul.h,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- ul.h 17 Dec 2002 16:43:10 -0000 1.59
+++ ul.h 4 Jan 2003 02:55:56 -0000 1.60
@@ -121,7 +121,7 @@
#include <unistd.h>
#endif
-#if defined(UL_LINUX) || defined(UL_BSD)
+#if defined(UL_LINUX) || defined(UL_BSD) || defined(UL_IRIX)
#include <unistd.h>
#include <dlfcn.h>
#include <fcntl.h>
|