diff options
author | Paweł Kołodziejski | 2005-08-08 10:59:21 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2005-08-08 10:59:21 +0000 |
commit | e24bfbd2048219d987481b41230846cf4eb2a1a1 (patch) | |
tree | 25a09308096c0605d7ce742cfd11fb9be83683a9 /queen | |
parent | 4ffa61cb42ba2e26aacbeb0e74fe5e760a13fa0b (diff) | |
download | scummvm-rg350-e24bfbd2048219d987481b41230846cf4eb2a1a1.tar.gz scummvm-rg350-e24bfbd2048219d987481b41230846cf4eb2a1a1.tar.bz2 scummvm-rg350-e24bfbd2048219d987481b41230846cf4eb2a1a1.zip |
fix compilation with emsvc4
svn-id: r18634
Diffstat (limited to 'queen')
-rw-r--r-- | queen/queen.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/queen/queen.cpp b/queen/queen.cpp index e8fb0b2e88..cb8474671d 100644 --- a/queen/queen.cpp +++ b/queen/queen.cpp @@ -50,6 +50,9 @@ #include "sound/mididrv.h" +#ifdef _WIN32_WCE +bool isSmartphone(); +#endif /* Flight of the Amazon Queen */ static const GameSettings queen_setting[] = { |