X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/553d7089d0bde9cc3f724f411c95863ac081113a..8e7cb70ce34a3ba10fed3a7a708d66543eb314a6:/include/wx/msw/wince/time.h diff --git a/include/wx/msw/wince/time.h b/include/wx/msw/wince/time.h index 9b9e880623..cb027d176f 100644 --- a/include/wx/msw/wince/time.h +++ b/include/wx/msw/wince/time.h @@ -9,6 +9,8 @@ #ifndef _TM_DEFINED +#define _TM_DEFINED + struct tm { int tm_sec; /* seconds after the minute - [0,59] */ int tm_min; /* minutes after the hour - [0,59] */ @@ -40,8 +42,7 @@ size_t __cdecl wcsftime(wchar_t *, size_t, const wchar_t *, const struct tm *); extern long timezone; -#endif - // old code +#endif // !_TM_DEFINED #endif // __WINCE_TIME_