|
From: Seth D. <set...@us...> - 2005-01-15 00:36:04
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21316/source Modified Files: lang.c 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: lang.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/lang.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** lang.c 13 Jan 2005 23:54:18 -0000 1.6 --- lang.c 15 Jan 2005 00:35:52 -0000 1.7 *************** *** 47,54 **** #include "shell.rsrc.h" #include "shellhooks.h" ! ! #ifdef WIN95VERSION ! #include "timedate.h" /* for the milliseconds function */ ! #endif #include "process.h" --- 47,51 ---- #include "shell.rsrc.h" #include "shellhooks.h" ! #include "timedate.h" /* for the milliseconds function */ #include "process.h" |