From 2f6ea0bc00b909640f3b5696685227b574b360ac Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 26 Jul 2006 13:21:02 +0000 Subject: [PATCH] define _TM_DEFINED if we define struct tm here git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/wince/time.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/msw/wince/time.h b/include/wx/msw/wince/time.h index 983eaf3eed..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] */ -- 2.45.2