No changes, just moved wxLocaltime_r() and wxGmtime_r() to wx/time.h.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Nov 2011 20:28:43 +0000 (20:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Nov 2011 20:28:43 +0000 (20:28 +0000)
commitfb7ce3e8cc980192d8ef0f7775a55206eb4c514a
treedea14939192954a7b0127228111a529875316889
parent603c73dbba59abf6cad3897d8cbbbb3b518a9440
No changes, just moved wxLocaltime_r() and wxGmtime_r() to wx/time.h.

These functions are used by wxGetTimeZone() defined in time.cpp and so need to
be available from wx/time.h. This is also the most logical place for them.

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