From: Yura S. <yu...@us...> - 2007-04-16 23:55:32
|
Update of /cvsroot/timewarp/source/jgmod In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27572/source/jgmod Modified Files: jgmod.h Log Message: TimeWarp now compile using GCC 4.* Index: jgmod.h =================================================================== RCS file: /cvsroot/timewarp/source/jgmod/jgmod.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** jgmod.h 2 Jun 2006 14:55:10 -0000 1.1 --- jgmod.h 16 Apr 2007 23:55:31 -0000 1.2 *************** *** 16,24 **** #ifndef ushort ! #define ushort unsigned short #endif #ifndef uint ! #define uint unsigned int #endif --- 16,24 ---- #ifndef ushort ! typedef unsigned short ushort; #endif #ifndef uint ! typedef unsigned int uint; #endif |