git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46396
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
16 files changed:
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/accel.h"
+ #include "wx/crt.h"
#endif //WX_PRECOMP
// ============================================================================
#include "wx/intl.h"
#include "wx/stopwatch.h" // for wxGetLocalTimeMillis()
#include "wx/module.h"
+ #include "wx/crt.h"
#endif // WX_PRECOMP
#include "wx/thread.h"
#include "wx/string.h"
#include "wx/utils.h"
#include "wx/log.h"
+ #include "wx/crt.h"
#endif
#ifdef DBDEBUG_CONSOLE
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/log.h"
+ #include "wx/crt.h"
#endif
#ifdef __WINDOWS__
#include "wx/string.h"
#include "wx/intl.h"
#include "wx/log.h"
+ #include "wx/crt.h"
#endif // !WX_PRECOMP
#include "wx/filename.h"
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/utils.h"
+ #include "wx/crt.h"
#endif
#include "wx/file.h"
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/utils.h"
+ #include "wx/crt.h"
#endif
#include "wx/filename.h"
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/module.h"
+ #include "wx/crt.h"
#endif //WX_PRECOMP
#include "wx/file.h"
#include "wx/object.h"
#include "wx/hash.h"
#include "wx/memory.h"
+ #include "wx/crt.h"
#endif
#include <string.h>
#include "wx/string.h"
#include "wx/log.h"
#include "wx/intl.h"
+ #include "wx/crt.h"
#endif //WX_PRECOMP
// FreeBSD, Watcom and DMars require this, CW doesn't have nor need it.
#ifndef WX_PRECOMP
#include "wx/arrstr.h"
+ #include "wx/crt.h"
#endif
// Required for wxIs... functions
#if wxUSE_STREAMS
+#ifndef WX_PRECOMP
+ #include "wx/crt.h"
+#endif
+
#include "wx/txtstrm.h"
#include <ctype.h>
#pragma hdrstop
#endif
+#ifndef WX_PRECOMP
+ #include "wx/crt.h"
+#endif
+
#include "wx/uri.h"
// ---------------------------------------------------------------------------
#ifndef WX_PRECOMP
#include "wx/string.h"
#include "wx/math.h"
+ #include "wx/crt.h"
#if wxUSE_STREAMS
#include "wx/stream.h"
#endif
#include "wx/string.h"
#include "wx/intl.h"
#include "wx/log.h"
+ #include "wx/crt.h"
#if wxUSE_GUI
#include "wx/icon.h"
#include "wx/msgdlg.h"
#include "wx/string.h"
#include "wx/intl.h"
#include "wx/log.h"
+ #include "wx/crt.h"
#endif
#include "wx/file.h"