Pas long to _get_timezone() even for VC8.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Nov 2010 10:49:10 +0000 (10:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Nov 2010 10:49:10 +0000 (10:49 +0000)
commit2a9a4f5be93678209fcd6e0c2cc850fe8bc879c7
treea356e3f4e93ecab0b6dd5e8891fb59b533389c8c
parentb87b399c4883e7f20abcf8f18ca7880e265be8e4
Pas long to _get_timezone() even for VC8.

Apparently the MSDN documentation for VC8 is wrong and _get_timezone()
function expects a long and not int when using it (as is already the case with
VC9 and VC10).

Closes #12653.

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