[Scummvm-cvs-logs] CVS: scummvm/scumm intern.h,2.549,2.550
Pawel Kolodziejski
aquadran at users.sourceforge.net
Thu Feb 2 23:31:19 CET 2006
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/gob draw.cpp,1.23,1.24 game.cpp,1.37,1.38 global.cpp,1.13,1.14 goblin.cpp,1.34,1.35 map.cpp,1.24,1.25 mult.cpp,1.19,1.20 scenery.cpp,1.26,1.27
- Next message: [Scummvm-cvs-logs] CVS: scummvm/gui ThemeNew.cpp,1.21,1.22 newgui.cpp,1.124,1.125
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6269/scumm
Modified Files:
intern.h
Log Message:
fixes allow compile with emsvc4 again
Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/intern.h,v
retrieving revision 2.549
retrieving revision 2.550
diff -u -d -r2.549 -r2.550
--- intern.h 27 Jan 2006 19:34:26 -0000 2.549
+++ intern.h 3 Feb 2006 07:30:29 -0000 2.550
@@ -1347,7 +1347,7 @@
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;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/gob draw.cpp,1.23,1.24 game.cpp,1.37,1.38 global.cpp,1.13,1.14 goblin.cpp,1.34,1.35 map.cpp,1.24,1.25 mult.cpp,1.19,1.20 scenery.cpp,1.26,1.27
- Next message: [Scummvm-cvs-logs] CVS: scummvm/gui ThemeNew.cpp,1.21,1.22 newgui.cpp,1.124,1.125
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list