Improved mktime for WinCE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-01-18 22:06:24 +00:00
parent 08bce50191
commit 553d7089d0
2 changed files with 544 additions and 10 deletions

View File

@@ -40,7 +40,8 @@ size_t __cdecl wcsftime(wchar_t *, size_t, const wchar_t *, const struct tm *);
extern long timezone;
#endif // !_TM_DEFINED
#endif
// old code
#endif // __WINCE_TIME_