mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-15 16:30:50 +00:00
Win32 people --- read it please!
This commit is contained in:
parent
7c84bd2f4f
commit
147a4c730d
1 changed files with 5 additions and 0 deletions
5
tonik.notes
Normal file
5
tonik.notes
Normal file
|
@ -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...
|
Loading…
Reference in a new issue