|
From: Seth D. <set...@us...> - 2005-01-15 00:36:05
|
Update of /cvsroot/frontierkernel/Frontier/Common/SystemHeaders In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21316/SystemHeaders Modified Files: standard.h Log Message: Moved the mac macro #definition for getmilliseconds() to timedate.h (from standard.h) for consistency with the windows version. timedate.h is now used by lang.c for the profiler regardless of which platform is being built. Index: standard.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/SystemHeaders/standard.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** standard.h 14 Jan 2005 18:43:36 -0000 1.9 --- standard.h 15 Jan 2005 00:35:51 -0000 1.10 *************** *** 378,383 **** #ifdef MACVERSION #define gettickcount() TickCount() - /* #define getlongermilliseconds() (unsigned long long)FastMilliseconds() */ - #define getmilliseconds() (long)FastMilliseconds() typedef short hdlfilenum; --- 378,381 ---- |