From 147a4c730dea60df043d7ebb5c2d8b4d7fba1a1e Mon Sep 17 00:00:00 2001 From: "Anton E. Gavrilov" Date: Mon, 6 Mar 2000 19:58:05 +0000 Subject: [PATCH] Win32 people --- read it please! --- tonik.notes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tonik.notes diff --git a/tonik.notes b/tonik.notes new file mode 100644 index 0000000..de2b28f --- /dev/null +++ b/tonik.notes @@ -0,0 +1,5 @@ +* To those who still don't understand this simple fact: +We can NOT use _ftime for Win9x, because on Win9x it has 1/18.2 sec resolution! +If you don't like timeGetTime(), c'mon, use that QueryPerformanceCounter() from +WinQuake. But _ftime is what simply CANNOT be used. +_ftime works fine on NT, though...