Avoid warning about unused variable in wxGetUTCTimeMillis() in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Jul 2012 13:27:44 +0000 (13:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Jul 2012 13:27:44 +0000 (13:27 +0000)
commit85ad2fa7d2aeaa5f01ce1e1c34c3a04527671852
treeea6bdbe585828152c62982cbb2307f66e872b118
parent9e4587114bd0d17e0ecafce45e7b094e863e48ea
Avoid warning about unused variable in wxGetUTCTimeMillis() in wxMSW.

Put the declaration of the variable only used under Unix inside the
corresponding "#if" branch.

See #14459.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/time.cpp