From: Julian Smart <julian@anthemion.co.uk>
Date: Fri, 27 Jan 2006 23:30:50 +0000 (+0000)
Subject: Small typo fix
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ca1514b304e3070dfae4e97dc50f4870b2b6e468

Small typo fix


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/include/wx/msw/wince/time.h b/include/wx/msw/wince/time.h
index 9b9e880623..983eaf3eed 100644
--- a/include/wx/msw/wince/time.h
+++ b/include/wx/msw/wince/time.h
@@ -40,8 +40,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_