[Ecls-list] error in time.d

Karsten Poeck karsten.poeck at gmail.com
Mon Oct 23 19:54:51 UTC 2006


Hello Juanjo,

in src/c/time.d the following is wrong:
cl_object
cl_get_internal_real_time()
{
#if defined(mingw32) || defined(_MSC_VER)
	@(return MAKE_FIXNUM((cl_fixnum)((GetTickCount(0) - beginning)/1000.0*HZ)))
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Since GetTickCount does not take a parameter.

from winbase.h
WINBASEAPI DWORD WINAPI GetTickCount(VOID);

salu2

Karsten


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.9/490 - Release Date: 20/10/2006






More information about the ecl-devel mailing list