[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.33,1.34
Max Horn
fingolfin at users.sourceforge.net
Sat Jul 5 08:21:06 CEST 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sound mixer.h,1.27,1.28 mpu401.h,1.11,1.12
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.cpp,1.67,1.68 sdl.cpp,1.40,1.41 sdl_gl.cpp,1.47,1.48
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv22497
Modified Files:
system.h
Log Message:
enforce use of type MutexRef
Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- system.h 22 Jun 2003 11:55:39 -0000 1.33
+++ system.h 5 Jul 2003 15:20:16 -0000 1.34
@@ -38,7 +38,7 @@
*/
class OSystem {
public:
- typedef void *MutexRef;
+ typedef struct Mutex *MutexRef;
typedef int ThreadProc(void *param);
typedef void SoundProc(void *param, byte *buf, int len);
//typedef int TimerProc(int interval);
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sound mixer.h,1.27,1.28 mpu401.h,1.11,1.12
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.cpp,1.67,1.68 sdl.cpp,1.40,1.41 sdl_gl.cpp,1.47,1.48
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list