|
From: Seth D. <set...@us...> - 2005-01-14 18:43:49
|
Update of /cvsroot/frontierkernel/Frontier/Common/SystemHeaders In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9747/SystemHeaders Modified Files: standard.h Log Message: Commented out getlongermilliseconds(). Not yet needed. Index: standard.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/SystemHeaders/standard.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** standard.h 14 Jan 2005 14:30:36 -0000 1.8 --- standard.h 14 Jan 2005 18:43:36 -0000 1.9 *************** *** 378,382 **** #ifdef MACVERSION #define gettickcount() TickCount() ! #define getlongermilliseconds() (unsigned long long)FastMilliseconds() #define getmilliseconds() (long)FastMilliseconds() --- 378,382 ---- #ifdef MACVERSION #define gettickcount() TickCount() ! /* #define getlongermilliseconds() (unsigned long long)FastMilliseconds() */ #define getmilliseconds() (long)FastMilliseconds() |