#include "wx/app.h"
#include "wx/intl.h"
#include "wx/log.h"
+ #include "wx/timer.h"
#endif //WX_PRECOMP
#include "wx/apptrait.h"
#include "wx/dynload.h"
#include "wx/confbase.h"
-#include "wx/timer.h"
+#include "wx/power.h"
#include <MemoryMgr.h>
#include <DLServer.h>
return false;
}
+// ----------------------------------------------------------------------------
+// power management
+// ----------------------------------------------------------------------------
+
wxPowerType wxGetPowerType()
{
return wxPOWER_BATTERY;
}
#endif // wxUSE_FONTMAP/!wxUSE_FONTMAP
-