[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.15,1.16 simon.h,1.10,1.11

Ruediger Hanke tomjoad at users.sourceforge.net
Tue Apr 16 13:50:04 CEST 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv13722

Modified Files:
	simon.cpp simon.h 
Log Message:
Make simon stuff compile with MorphOS

Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** simon.cpp	16 Apr 2002 12:07:18 -0000	1.15
--- simon.cpp	16 Apr 2002 20:49:55 -0000	1.16
***************
*** 128,132 ****
  	strcpy(e, filename);
  
! #ifdef WIN32
  	/* win32 is not case sensitive */
  	return fopen(buf, "rb");
--- 128,132 ----
  	strcpy(e, filename);
  
! #if defined(WIN32) || defined(__MORPHOS__)
  	/* win32 is not case sensitive */
  	return fopen(buf, "rb");

Index: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** simon.h	16 Apr 2002 12:07:19 -0000	1.10
--- simon.h	16 Apr 2002 20:49:55 -0000	1.11
***************
*** 221,225 ****
  
  /* dummy typedefs to make it compile in *nix */
! #ifdef UNIX
  typedef void* HMIDISTRM;
  typedef void* HMIDIOUT;
--- 221,225 ----
  
  /* dummy typedefs to make it compile in *nix */
! #if defined(UNIX) || defined(__MORPHOS__)
  typedef void* HMIDISTRM;
  typedef void* HMIDIOUT;





More information about the Scummvm-git-logs mailing list