Use SYSTEMTIME instead of DOS time when converting to/from VARIANTS.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Sep 2009 14:31:10 +0000 (14:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Sep 2009 14:31:10 +0000 (14:31 +0000)
commit69f82505ec2cddcd3ecd8d8bed6af0bc3056e576
tree032eeaf72a6ef4a6f532e0f58fa429bfd95ee79c
parent582c3a19640eeaeef6d40d62e79b36edcd9d07fe
Use SYSTEMTIME instead of DOS time when converting to/from VARIANTS.

SYSTEMTIME has a much larger range than DOS time and a much better precision
(1ms instead of 2s) as well.

Closes #11177.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/ole/automtn.cpp