[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


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);





More information about the Scummvm-git-logs mailing list