projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
implemented, tested and documented wxTextCtrl::SetMaxLength()
[wxWidgets.git]
/
include
/
wx
/
datetime.h
diff --git
a/include/wx/datetime.h
b/include/wx/datetime.h
index 14c36c2d2536f0128d8b60feaeab77ecbc4446ee..1dc31ef6d5495481c1742010868e9b82ab86eef3 100644
(file)
--- a/
include/wx/datetime.h
+++ b/
include/wx/datetime.h
@@
-17,6
+17,8
@@
#pragma interface "datetime.h"
#endif
#pragma interface "datetime.h"
#endif
+#if wxUSE_DATETIME
+
#include <time.h>
#include <limits.h> // for INT_MIN
#include <time.h>
#include <limits.h> // for INT_MIN
@@
-1570,4
+1572,6
@@
inline WXDLLEXPORT void wxPrevWDay(wxDateTime::WeekDay& wd)
: (wxDateTime::WeekDay)(wd - 1);
}
: (wxDateTime::WeekDay)(wd - 1);
}
+#endif // wxUSE_DATETIME
+
#endif // _WX_DATETIME_H
#endif // _WX_DATETIME_H