diff options
author | Cameron Cawley | 2019-03-31 19:07:40 +0100 |
---|---|---|
committer | Filippos Karapetis | 2019-04-15 08:06:39 +0300 |
commit | bcef809e612177c2bcb7ca3f8682ea96d38c4cdc (patch) | |
tree | 14bc067ff02ef2e1aabd19360db67e22deb8704f /engines | |
parent | 82f4ee86a9824a9cdfd5060d7bab23be381a46df (diff) | |
download | scummvm-rg350-bcef809e612177c2bcb7ca3f8682ea96d38c4cdc.tar.gz scummvm-rg350-bcef809e612177c2bcb7ca3f8682ea96d38c4cdc.tar.bz2 scummvm-rg350-bcef809e612177c2bcb7ca3f8682ea96d38c4cdc.zip |
WINCE: Fix compilation
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agos/script.cpp | 4 | ||||
-rw-r--r-- | engines/agos/script_s1.cpp | 4 | ||||
-rw-r--r-- | engines/scumm/scumm_v7.h | 2 | ||||
-rw-r--r-- | engines/sky/sky.cpp | 7 |
4 files changed, 1 insertions, 16 deletions
diff --git a/engines/agos/script.cpp b/engines/agos/script.cpp index 5f4ff4e773..0c392e4ab3 100644 --- a/engines/agos/script.cpp +++ b/engines/agos/script.cpp @@ -30,10 +30,6 @@ #include "agos/agos.h" #include "agos/intern.h" -#ifdef _WIN32_WCE -extern bool isSmartphone(); -#endif - namespace AGOS { void AGOSEngine::setupOpcodes() { diff --git a/engines/agos/script_s1.cpp b/engines/agos/script_s1.cpp index e7828609d9..53f549b2df 100644 --- a/engines/agos/script_s1.cpp +++ b/engines/agos/script_s1.cpp @@ -29,10 +29,6 @@ #include "agos/intern.h" #include "agos/sound.h" -#ifdef _WIN32_WCE -extern bool isSmartphone(); -#endif - namespace AGOS { #define OPCODE(x) _OPCODE(AGOSEngine_Simon1, x) diff --git a/engines/scumm/scumm_v7.h b/engines/scumm/scumm_v7.h index 822ef7ca76..6fe5f2e785 100644 --- a/engines/scumm/scumm_v7.h +++ b/engines/scumm/scumm_v7.h @@ -72,7 +72,7 @@ protected: int _languageIndexSize; char _lastStringTag[12+1]; -#if defined(__SYMBIAN32__) || defined(_WIN32_WCE) // for some reason VC6 cannot find the base class TextObject +#if defined(__SYMBIAN32__) // for some reason VC6 cannot find the base class TextObject struct SubtitleText { int16 xpos, ypos; byte color; diff --git a/engines/sky/sky.cpp b/engines/sky/sky.cpp index 8d569407be..9c134a2256 100644 --- a/engines/sky/sky.cpp +++ b/engines/sky/sky.cpp @@ -47,13 +47,6 @@ #include "engines/util.h" - -#ifdef _WIN32_WCE - -extern bool toolbar_drawn; -extern bool draw_keyboard; -#endif - /* At the beginning the reverse engineers were happy, and did rejoice at their task, for the engine before them did shineth and was full of |