git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33823
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#ifndef WX_PRECOMP
#include "wx/settings.h"
#include "wx/module.h"
#ifndef WX_PRECOMP
#include "wx/settings.h"
#include "wx/module.h"
- #include "wx/evtloop.h"
#include "wx/frame.h"
#include "wx/dialog.h"
#include "wx/log.h"
#include "wx/frame.h"
#include "wx/dialog.h"
#include "wx/log.h"
#endif
#include "wx/app.h"
#endif
#include "wx/app.h"
#include "wx/fontutil.h"
#include "wx/univ/theme.h"
#include "wx/univ/renderer.h"
#include "wx/fontutil.h"
#include "wx/univ/theme.h"
#include "wx/univ/renderer.h"
wxUsleep(1000 * nSecs);
}
wxUsleep(1000 * nSecs);
}
-void wxUsleep(unsigned long milliseconds)
+void wxMilliSleep(unsigned long milliseconds)
{
PM_sleep(milliseconds);
}
{
PM_sleep(milliseconds);
}
+void wxMicroSleep(unsigned long microseconds)
+{
+ wxMilliSleep(microseconds/1000);
+}
bool wxGetEnv(const wxString& var, wxString *value)
{
bool wxGetEnv(const wxString& var, wxString *value)
{
-int wxKill(long WXUNUSED(pid), wxSignal WXUNUSED(sig), wxKillError *WXUNUSED(rc))
+int wxKill(long WXUNUSED(pid), wxSignal WXUNUSED(sig), wxKillError *WXUNUSED(rc), int WXUNUSED(flags))
{
wxFAIL_MSG( wxT("wxKill not implemented under MS-DOS!") );
return 0;
{
wxFAIL_MSG( wxT("wxKill not implemented under MS-DOS!") );
return 0;
#include "wx/utils.h"
#include "wx/app.h"
#include "wx/panel.h"
#include "wx/utils.h"
#include "wx/app.h"
#include "wx/panel.h"
#endif
#if wxUSE_DRAG_AND_DROP
#endif
#if wxUSE_DRAG_AND_DROP
#include "wx/mgl/private.h"
#include "wx/intl.h"
#include "wx/dcscreen.h"
#include "wx/mgl/private.h"
#include "wx/intl.h"
#include "wx/dcscreen.h"