Ran dos2unix to fixup CR/LF to LF.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@294 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -377,10 +377,10 @@ FLMEXP FLMUINT FLMAPI f_timeGetMilliTime()
|
||||
/****************************************************************************
|
||||
Desc: Get the current time as platform-dependent timer units.
|
||||
****************************************************************************/
|
||||
FLMEXP FLMUINT FLMAPI f_getCurrTimeAsTimerUnits( void)
|
||||
{
|
||||
return( FLM_GET_TIMER());
|
||||
}
|
||||
FLMEXP FLMUINT FLMAPI f_getCurrTimeAsTimerUnits( void)
|
||||
{
|
||||
return( FLM_GET_TIMER());
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
Desc: Convert seconds to platform-dependent timer units.
|
||||
|
||||
Reference in New Issue
Block a user