From: Vadim Zeitlin Date: Wed, 26 Jul 2006 13:21:02 +0000 (+0000) Subject: define _TM_DEFINED if we define struct tm here X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2f6ea0bc00b909640f3b5696685227b574b360ac?ds=inline 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 --- 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] */