]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datetime.inl
wxUSE_EXTENDED_RTTI as name
[wxWidgets.git] / include / wx / datetime.inl
index 17a8c36f37efccbf6b4dce4df79b119d7e210259..20bcf4c58ae25bc02c57ff0047f45ecb15c165e0 100644 (file)
 // wxDateTime construction
 // ----------------------------------------------------------------------------
 
-// only define this once, when included from datetime.cpp
-#if 1 // def wxDEFINE_TIME_CONSTANTS
-    const long wxDateTime::TIME_T_FACTOR = 1000l;
-#endif // wxDEFINE_TIME_CONSTANTS
-
 inline bool wxDateTime::IsInStdRange() const
 {
     return m_time >= 0l && (m_time / TIME_T_FACTOR) < LONG_MAX;