don't redeclare struct tm if it's already declared in std headers; declare and define...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Jun 2005 00:09:18 +0000 (00:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Jun 2005 00:09:18 +0000 (00:09 +0000)
commit92bdf9f72f6f9aae3de0115b7ac8c6037ef95ca1
tree490447668a56f2e3d1355e3dd1973bce307a059e
parent4fb9d560c4f71846e38c67781325405cff9a9665
don't redeclare struct tm if it's already declared in std headers; declare and define localtime() and company as extern C as they are supposed to be

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