#include "wx/dynlib.h"
#include "wx/dynload.h"
#include "wx/scopeguard.h"
-#include "wx/power.h"
#include "wx/confbase.h" // for wxExpandEnvVars()
#endif // Win32/16
}
-wxPowerType wxGetPowerType()
-{
- // TODO
- return wxPOWER_UNKNOWN;
-}
-
-wxBatteryState wxGetBatteryState()
-{
- // TODO
- return wxBATTERY_UNKNOWN_STATE;
-}
-
// ----------------------------------------------------------------------------
// misc
// ----------------------------------------------------------------------------