[Scummvm-cvs-logs] CVS: scummvm/backends/fs/windows windows-fs.cpp,1.26,1.27
Pawel Kolodziejski
aquadran at users.sourceforge.net
Fri Feb 25 12:20:38 CET 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.390,2.391 script_v100he.cpp,2.64,2.65 script_v90he.cpp,2.159,2.160 sprite_he.cpp,1.58,1.59
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm sprite_he.cpp,1.59,1.60
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/backends/fs/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29666
Modified Files:
windows-fs.cpp
Log Message:
ops
Index: windows-fs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/fs/windows/windows-fs.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- windows-fs.cpp 25 Feb 2005 20:12:25 -0000 1.26
+++ windows-fs.cpp 25 Feb 2005 20:16:25 -0000 1.27
@@ -75,7 +75,7 @@
return (const TCHAR *)x;
#else
static const TCHAR unicodeString[MAX_PATH];
- MultiByteToWideChar(CP_ACP, 0, x, strlen(x) + 1, (const TCHAR *)unicodeString, sizeof(unicodeString));
+ MultiByteToWideChar(CP_ACP, 0, x, strlen(x) + 1, (TCHAR *)unicodeString, sizeof(unicodeString));
return unicodeString;
#endif
}
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.390,2.391 script_v100he.cpp,2.64,2.65 script_v90he.cpp,2.159,2.160 sprite_he.cpp,1.58,1.59
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm sprite_he.cpp,1.59,1.60
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list