_ftime patch

Hans Leidekker hans at it.vu.nl
Mon Mar 8 20:37:37 CST 2004


On Monday 08 March 2004 07:56, Johannes Gajdosik wrote:

> I found that the _ftime-function only returns seconds, not milliseconds.
> Therefore I would like to send you a patch that uses gettimeofday().

Your efforts are appreciated but an implementation that 
uses Win32 API's would be better since that would make
msvcrt (and thus Wine) more portable. Right now msvcrt 
uses only two unix API's, times() and localtime(), and
I was planning to get rid of those in order to make it
build on MinGW.

  -Hans
 



More information about the wine-devel mailing list