[Scummvm-cvs-logs] CVS: scummvm/simon simon.h,1.11,1.12

Marcus Comstedt marcus_c at users.sourceforge.net
Tue Apr 16 16:17:01 CEST 2002


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

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

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





More information about the Scummvm-git-logs mailing list