diff options
-rw-r--r-- | backends/platform/wince/CEDevice.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/wince/CEDevice.cpp b/backends/platform/wince/CEDevice.cpp index 7fda42d109..47eee74802 100644 --- a/backends/platform/wince/CEDevice.cpp +++ b/backends/platform/wince/CEDevice.cpp @@ -37,7 +37,6 @@ static DWORD _lastTime = 0; static DWORD REG_bat = 0, REG_ac = 0, REG_disp = 0, bat_timeout = 0; #ifdef __GNUC__ extern "C" void WINAPI SystemIdleTimerReset(void); -#define SPI_GETPLATFORMTYPE 257 #define SPI_SETBATTERYIDLETIMEOUT 251 #define SPI_GETBATTERYIDLETIMEOUT 252 #endif |