]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/time.h
more warning fixes about empty if statement in helper classes in release build
[wxWidgets.git] / include / wx / msw / wince / time.h
index 9b9e880623d64e9bd4b998c7a9a8f0eca9b2741f..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] */
@@ -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_