$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: dick.bridges_at_[hidden]
Date: 2003-07-28 18:30:35
I need a microsec_clock on Windows XP. My first impulse is to define
gettimeofday() implemented using ftime(). Should this work ok or am I
missing something obvious?
TIA