diff options
| author | Paweł Kołodziejski | 2006-02-03 07:30:29 +0000 |
|---|---|---|
| committer | Paweł Kołodziejski | 2006-02-03 07:30:29 +0000 |
| commit | 2ebdbbf5e0123302cc16bf4ab45eb65d8f11601f (patch) | |
| tree | 9f98ad9bffad38963ce5f2ae1c3da61657180589 /scumm | |
| parent | 4df095cb36369c72075744dc3521aa9c2f31218c (diff) | |
| download | scummvm-rg350-2ebdbbf5e0123302cc16bf4ab45eb65d8f11601f.tar.gz scummvm-rg350-2ebdbbf5e0123302cc16bf4ab45eb65d8f11601f.tar.bz2 scummvm-rg350-2ebdbbf5e0123302cc16bf4ab45eb65d8f11601f.zip | |
fixes allow compile with emsvc4 again
svn-id: r20355
Diffstat (limited to 'scumm')
| -rw-r--r-- | scumm/intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h index f439e8b9a3..f574533258 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -1347,7 +1347,7 @@ public: int _languageIndexSize; char _lastStringTag[12+1]; -#if defined(__SYMBIAN32__) // for some reason VC6 cannot find the base class TextObject +#if defined(__SYMBIAN32__) || defined (_WIN32_WCE) // for some reason VC6 cannot find the base class TextObject struct SubtitleText { int16 xpos, ypos; byte color; |
