Don't define HAVE_STRFTIME if it is already defined

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2009-04-12 04:03:18 +00:00
parent 7152e1e985
commit cc53ca51ac

View File

@@ -141,7 +141,9 @@ extern WXDLLIMPEXP_DATA_BASE(const wxDateTime) wxDefaultDateTime;
// everyone has strftime except Win CE unless VC8 is used
#if !defined(__WXWINCE__) || defined(__VISUALC8__)
#ifndef HAVE_STRFTIME
#define HAVE_STRFTIME
#endif
#endif
// ----------------------------------------------------------------------------