#include "wx/apptrait.h"
#include "wx/dynload.h"
#include "wx/confbase.h"
+#include "wx/power.h"
#include <MemoryMgr.h>
#include <DLServer.h>
return false;
}
+// ----------------------------------------------------------------------------
+// power management
+// ----------------------------------------------------------------------------
+
wxPowerType wxGetPowerType()
{
return wxPOWER_BATTERY;