diff options
author | Kostas Nakos | 2007-10-28 18:04:32 +0000 |
---|---|---|
committer | Kostas Nakos | 2007-10-28 18:04:32 +0000 |
commit | 5a77a2624f34a198acbd2dff19d27ad2502c66b7 (patch) | |
tree | ba64dcb500caab1e44475091c337b3ec7aef7a21 /backends | |
parent | 371cc6dedaae10a528db2f74434518211929006a (diff) | |
download | scummvm-rg350-5a77a2624f34a198acbd2dff19d27ad2502c66b7.tar.gz scummvm-rg350-5a77a2624f34a198acbd2dff19d27ad2502c66b7.tar.bz2 scummvm-rg350-5a77a2624f34a198acbd2dff19d27ad2502c66b7.zip |
drop unneeded define
svn-id: r29301
Diffstat (limited to 'backends')
-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 |