Greetings!
Gabriel Dos Reis <[email protected]> writes:
> I believe you need something like:
>
> LARGE_INTEGER ticks;
> if (QueryPerformanceFrequency(&ticks)) {
> /* high resolution available. /
> const double micros = 1.0e6/ticks.QuadPart;
> LARGE_INTEGER snapshot;
> QueryPerformanceCounter(&snapshot);
> return make_longfloat(snapshot.QuadPart * micros);
> else {
> /* high resolution not available. Use something else. */
> }
Thanks. Separately, the oddest cvs phenomenon -- gcl_cmpmain.lsp is
30550 bytes, but win32 cvs adds \r in front of each \n to give a
larger file which won't compile (as it corrupts a string therein.)
Yet cvs diff -u shows nothing on the bad and on the correct file.
I'm hoping this is a local cvs bug/problem, and not something I need
to address. But on the box in question, I have to retrieve the
correct file with wget.
Take care,
--
Camm Maguire [email protected]
==========================================================================
"The earth is but one country, and mankind its citizens." -- Baha'u'llah
------------------------------------------------------------------------------
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware,
phishing sites, and compromised hosts - saving your company time,
money, and embarrassment. Learn More!
http://p.sf.net/sfu/hpdev2dev-nov
_______________________________________________
open-axiom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/open-axiom-devel