]> git.saurik.com Git - wxWidgets.git/commitdiff
define _TM_DEFINED if we define struct tm here
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 26 Jul 2006 13:21:02 +0000 (13:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 26 Jul 2006 13:21:02 +0000 (13:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/wince/time.h

index 983eaf3eed8409ba8d285f9fd4113b282b23ec81..cb027d176ffdae9e6650a9f5401c5345f1add90f 100644 (file)
@@ -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] */